Version 2 (modified by 13 years ago) ( diff ) | ,
---|
Building BASE from source code
Information will be added to this page. The old documentation is available at: http://base.thep.lu.se/chrome/site/doc/historical/development/build.html
Getting the source code
Download
The source code for most BASE releases can be downloaded from the DownloadPage. The code is packaged in a compressed TAR archive. Unpack this to a directory of your choice.
Subversion
The BASE source code lives in a Subversion server. It is a versioning system that enables us to keep track of all changes made to the code. You will need a client for subversion to be able to get the source code. If you are using Eclipse there is an excellent subversion plugin.
Check out the source code with the command:
svn checkout http://base.thep.lu.se/svn/trunk/ base-src
This will create a sub-directory base-src
with all source files. Anonymous checkouts are allowed, but write permission is only granted to developers. The trunk version is the head of the development and should be used for testing purposes only. The sub-urls to http://base.thep.lu.se/svn/branches/*
and http://base.thep.lu.se/svn/tags/*
can be used to get other version, including specific releases and bugfix branches. For more information see the DownloadPage or check the subversion source repository directly.