![]() |
|
The SourceForge KevEdit page has many useful features for managing the development of KevEdit. Of course, most of these will go unused because of KevEdit's audience who are not really the C developer type :)
If you want to keep up with the latest KevEdit sources, you can use CVS. Keep in mind that these releases are unstable and will probably break your ZZT world files, your hard drive, and your mind. Use them at your own risk. (Use the zipfile releases at your own risk too, but that's less of a risk :)
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kevedit login
You will be prompted for a password. Just press enter.
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kevedit co -P kevedit
The sources will download from there. If you want to update to the latest code at a later time, just switch to the kevedit directory and type:
cvs -z3 update -Pd