-
Notifications
You must be signed in to change notification settings - Fork 75
Downloading KVIrcs nightly source or binaries
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 we can get the next release on its way sooner.
Consider also 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.
NOTE Please remember to backup your settings and configuration directory between installs!
Via Git
$ git clone https://github.com/kvirc/KVIrc.git
Via tarball
$ wget https://github.com/kvirc/KVIrc/archive/master.tar.gz
OS | Details | Cycle |
---|---|---|
kvirc.d00p.de | Nightly | |
kvirc.staticfox.net | Nightly | |
KVIrc Official ppa | Nightly | |
deb http://notesalexp.org/kvirc/jessie/ jessie main |
Nightly | |
deb http://notesalexp.org/kvirc/stretch/ stretch main |
Nightly | |
deb http://notesalexp.org/kvirc/sid/ sid main |
Nightly |
👞 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.
👞 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 please 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
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.