00001 /*! \page InstallationPage Installation Instructions 00002 00003 \ref TableOfContents 00004 00005 This page contains installation instructions for \ref LinuxInstall. 00006 \par 00007 For more info see section \ref TroubleshootingInstallation. 00008 00009 \section Requirements 00010 The following programs are required or suggested for using and developing with the DSACSS Framework: 00011 - <a href="http://www.doxygen.org">Doxygen</a> 00012 - <a href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</a> (<a href="http://www.graphviz.org/">Another</a>) 00013 - <a href="http://gcc.gnu.org/">GNU GCC</a> 00014 - <a href="http://www.gnuplot.org/">GnuPlot</a> 00015 - <a href="http://www.cvshome.org">CVS</a> 00016 00017 \section Building Building the libraries 00018 \subsection LinuxInstall Linux 00019 -# Grab the current software via CVS: 00020 -# CVS 00021 - Make sure that <a href="http://www.cvshome.org">CVS</a> (Concurrent Versioning System) is installed on your system. 00022 - Log onto linux computer (typhon). 00023 - Right click anywhere on the desktop, then select the command to ‘open new terminal’. 00024 - From the terminal screen, go up to the root directory. \verbatim cd / \endverbatim 00025 - You can look at the folders in this directory by typing the command: \verbatim ls \endverbatim 00026 - Go to the group/code directory ( cd group/code ) or where ever you would like to have the DSACSS code. 00027 - Once in the code directory, create a new directory called "YourUserName". \verbatim mkdir YourUserName \endverbatim 00028 - Enter your directory. \verbatim cd YourUserName \endverbatim 00029 - Don't make any subdirectories. The next step will do it for you. 00030 - Checkout DSACSS-Ops by using the following command: \verbatim cvs -z3 -d:ext:developername@dsacss.cvs.sourceforge.net:/cvsroot/dsacss co dsacss \endverbatim 00031 - Developername is your SourceForge.Net account name. 00032 - No matter how it looks on your web browser, each line is one big command (don't hit Enter until the end). 00033 - If it asks about verifying authenticity, type yes. 00034 - When it asks for your password, type in your sourceforge password. 00035 - Congradulations, you have now successfully downloaded DSACSS-Ops from Source Forge. 00036 - For more information, https://sourceforge.net/cvs/?group_id=82409. 00037 -# Prepare opencv for compilation \verbatim cd dsacss/dep/opencv \endverbatim 00038 - Run configure script with \verbatim ./run_configure.sh \endverbatim 00039 -# Edit config.mk. \verbatim cd dsacss/src \endverbatim 00040 - Open config.mk and change line 30. \verbatim BASE=/group/code/YourDirectory/dsacss \endverbatim 00041 -# Run the make file to compile the libraries: \verbatim cd ../ \endverbatim \verbatim make all \endverbatim 00042 - The files in the src, spacecraft, and tinyxml directories should compile. 00043 00044 00045 */ 00046 00047 /*! \page TroubleshootingInstallation Troubleshooting Installation 00048 Troubleshooting information forthcoming. 00049 */