Skip to content

Downloading KVIrcs nightly source or binaries

the-j0k3r edited this page Aug 28, 2017 · 14 revisions

Preface

The current stable release 4.2.0 is now too old and buggy, every other day we redirect users to this page manually.

Our current Git builds are reliable enough for general everyday consumption, so why not consider our nightlies for the time being instead of the very old, buggy stable?

๐Ÿ’ก Always make a backup of your current KVIrc configuration before proceeding with any major upgrades.

None of the builds are ever going to be bug free, but while the next 5.x is still being worked on, you can also help us find those bugs and report them and so help us make a better quality release.

We realize some of you feel somewhat frustrated (as are we) and wonder why we dont push a stable release out now.
Part of answer is simple. KVIrc is an open source project, so it depends on peoples varied skills, free time interest and goodwill to help fix bugs add features and do general project related tasks for what is a largely thankless & unpaid job.
Together this effort can get the next release on its way sooner rather than later.

Consider donating your skills / time and expertise to help KVIrc project improve.

Thank you for reading and enjoy the latest source code and binary builds we have available for you below.

Source downloads (Master)

Via Git

$ git clone https://github.com/kvirc/KVIrc.git

Via tarball

$ wget https://github.com/kvirc/KVIrc/archive/master.tar.gz

Pre-compiled nightly 32-bit or 64-bit binaries for:

OS Details Cycle
img-windows AppVeyor Artifacts Nightly
img-apple kvirc.staticfox.net Nightly
img-ubuntu KVIrc Official ppa Nightly
img-debian deb http://notesalexp.org/kvirc/jessie/ jessie main Nightly
img-debian deb http://notesalexp.org/kvirc/stretch/ stretch main Nightly
img-debian deb http://notesalexp.org/kvirc/buster/ buster main Nightly
img-debian deb http://notesalexp.org/kvirc/sid/ sid main Nightly

Windows Appveyor artifacts instructions

๐Ÿ‘ž Visit Appveyor Artifacts
๐Ÿ‘ž Select the build you're interested in. You can choose between debug and release builds, both 32-bit (x86) or 64-bit (x86_64).
๐Ÿ‘ž Click on the Artifacts tab located on the right.
๐Ÿ‘ž Click on the installer to download it.
File looks like e.g. KVIrc-4.9.2-dev-git-7162-g5d1b8667f-x86_64.exe

Ubuntu instructions

๐Ÿ‘ž Add the ppa to your system update and install.

$ sudo add-apt-repository ppa:kvirc/kvirc
$ apt-get update
$ sudo apt-get install kvirc

Note: ppa provides nightly builds for 14.04LTS, 15.10 and 16.04LTS for Ubuntu and variants.
Other earlier or newer versions requires manual compilation for nightly source at this time.

Debian instructions:

๐Ÿ‘ž Edit your /etc/apt/sources.list

$ sudo nano /etc/apt/sources.list

๐Ÿ‘ž Add the link above for your current release e.g.

deb http://notesalexp.org/kvirc/codename/ codename main

๐Ÿ‘ž Save and close sources.list and run the following commands:

$ wget -O - http://notesalexp.org/kvirc/alexp_key.asc | apt-key add -
$ apt-get update
$ sudo apt-get install kvirc
Compiling: notes and information

If your preferred OS is not listed above, refer to the Linux INSTALL or OS X INSTALL files for compilations instructions.

Alternatively if you are familiar with source code packaging and providing / maintaining repositories for your preferred distro(s), you could instead help us extend the availability list above.

Chat with us in IRC #KVIrc on freenode.net

Special thanks to:

d00p, AlexanderP and staticfox for providing the facilities and skills to help spread KVIrc to the masses.
Also an ongoing warm thank you to all that contribute to make KVIrc better.