-
Notifications
You must be signed in to change notification settings - Fork 74
Cloning the Git Source Tree
Jan edited this page Mar 17, 2017
·
2 revisions
The Git source tree is hosted on Github. Once you've made sure that Git is installed on your system you should clone the tree with the following command:
git clone https://github.com/kvirc/KVIrc.git
To compile the executable and the core modules just enter the source directory:
cd KVIrc
and then follow the common installation instructions. The latest installation instructions for the Git version of KVIrc can be also found in the INSTALL file. We're trying to keep the Git as "clean" as possible but it might happen that the sources you have downloaded do not compile or run properly. You can also browse trough the Git via https://github.com/kvirc/KVIrc