
Download
Home
|
libaeon@sf.net
|
Documentation
|
Download
Below is a list of ways to obtain libaeon:
Nightly packages last updated:
Nightly packages last updated:
Sat Jul 7 15:43:31 EDT 2007
Downloading from sourceforge.net
Please make certain to use the most recent package from the libaeon-stable
branch on sourceforge for production systems. The testing branch is meant
for just that, testing the library with your program.
Downloading nightly builds
Nightly builds are considered slightly more stable than the devel branch
from sourceforge, as bugs in devel releases may already have been fixed in
SVN and then built for the nightlies. This does not mean, however, that any
nightlies should be considered stable enough for a production system. They
are simply nightly tarballs of the most recent SVN snapshot.
Downloading via SVN
SVN was chosen as the versioning system for libaeon due to availability,
compatibility, and common use among developers.
To download the entire libaeon SVN tree, you would use the following
command:
svn co https://svn.sourceforge.net/svnroot/libaeon libaeon
However, most users would most likely want to download the stable (trunk)
branch. You would do so by issuing the following command:
svn co https://svn.sourceforge.net/svnroot/libaeon/trunk libaeon
Developers that are looking to use cutting edge features of the development branch,
or that are working to release a package based on a future libaeon release
can download the development (devel) branch by issuing the following
command:
svn co https://svn.sourceforge.net/svnroot/libaeon/devel libaeon