KIN DB 2004 Project - Using SVN to download KinGUI sources |
Project hosted at: |
These are simple instructions to get a compilable source tree from the project's SubVersioN (SVN) server, for KinGUI subproject (if you're looking at main KinDB sources, instructions are here). If you don't have a SubVersion client installed on your system, and you feel it is time to get one, you may try SVN site or, if you're looking for SVN on Windows (not related to this project, yet), in TortoiseSVN.
When there's no previous source tree on your machine, you have to download the whole tree.
svn checkout https://kindb.svn.sourceforge.net/svnroot/kindb/trunk/kingui-dev
If you find an error about certificate validation, just accept it (temporal or
permanently); you may have to retry above command again after such failure.
This will bring all the sources to your machine, on a subdirectory called kingui-dev.
Once you have a source tree, you just have to update it whenever you decide to do so.
svn update
This will update all the sources on your machine.
After downloading, you'd probably want to build and install KinGUI.
Return to home page |