Skip to content

Downloading KVIrcs nightly source or binaries

IceN9ne edited this page Jul 1, 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 kvirc.d00p.de 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
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.