Source code
NEdit is Open Source Software, and the source code is available in several
ways. Be sure to read the building instructions
before trying to build NEdit for yourself.
Stable releases
The source code for stable NEdit releases can be
downloaded as a tarball from SourceForge
or our site:
The source code of previous releases of NEdit are available from our site via
ftp or http and assorted mirrors.
Development
The development source tree is available through CVS at SourceForge. You can check out
the code using the following commands, provided you have installed CVS on your
system:
# for sh/bash
export CVSROOT=:pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit
# for csh/tcsh
setenv CVSROOT :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit
cvs login
cvs checkout nedit
If you don't have CVS, or if you are just interested in the current source
tree without planning to keep it up to date, there also is a nightly snapshot of
the source code available through ftp:
nedit-latest-sources-HEAD.tar.gz
|