SVN
The latest version of the Aircraft Data Processing and Analysis (ADPAA) package can be downloaded from SourceForge using svn. Note that ADPAA has been moved from using cvs to using svn as the version control system.
To download ADPAA source code using svn access.
Create directory /usr/local/ADPAA if necessary Change ownership if necessary, i.e. chown username /usr/local/ADPAA cd /usr/local/ADPAA svn co https://adpaa.svn.sourceforge.net/svnroot/adpaa/trunk
To update ADPAA source code using svn access.
svn up
or
svn update
Build and install executable files by using the following.
Create directory /usr/local/ADPAA/bin Create directory /usr/local/ADPAA/sav Create directory /usr/local/ADPAA/share cd /usr/local/ADPAA/src/build/ && make
Note to compile the modula requires an IDL license.
Define and export variables system (typically in /etc/profile and/or /etc/csh.cshrc).
ADPAA_DIR=/usr/local/ADPAA IDL_PROG=/usr/local/ADPAA/src Add /usr/local/ADPAA/bin to your PATH environmental variable.
Test the installation by executing a script such as cplot.
Commit Code
Note: This can only be done by developers
svn commit <file>