Subversion
The source code for Natural C is kept in a Subversion repository.You can browse the repository online, or download a copy using the Subversion client.
To download a working copy of the repository, issue the following command:
svn checkout http://naturalc.googlecode.com/svn/trunk/ ncc
The following sequence of commands will download, build, and install a copy of Natural C:
svn checkout http://naturalc.googlecode.com/svn/trunk/ ncc cd ncc autoreconf -f -i ./configure make make install