Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

Installation Instructions

Table of Contents

This page contains installation instructions for Linux.

For more info see section Troubleshooting Installation.

Requirements

The following programs are required or suggested for using and developing with the DSACSS Framework:

Building the libraries

Linux

  1. Grab the current software via CVS:
    1. CVS
      • Make sure that CVS (Concurrent Versioning System) is installed on your system.
      • Log onto linux computer (typhon).
      • Right click anywhere on the desktop, then select the command to ‘open new terminal’.
      • From the terminal screen, go up to the root directory.
         cd / 
      • You can look at the folders in this directory by typing the command:
         ls 
      • Go to the group/code directory ( cd group/code ) or where ever you would like to have the DSACSS code.
      • Once in the code directory, create a new directory called "YourUserName".
         mkdir YourUserName 
      • Enter your directory.
         cd YourUserName 
      • Don't make any subdirectories. The next step will do it for you.
      • Checkout DSACSS-Ops by using the following command:
         cvs -z3 -d:ext:developername@dsacss.cvs.sourceforge.net:/cvsroot/dsacss co dsacss 
      • Developername is your SourceForge.Net account name.
      • No matter how it looks on your web browser, each line is one big command (don't hit Enter until the end).
      • If it asks about verifying authenticity, type yes.
      • When it asks for your password, type in your sourceforge password.
      • Congradulations, you have now successfully downloaded DSACSS-Ops from Source Forge.
      • For more information, https://sourceforge.net/cvs/?group_id=82409.
  2. Prepare opencv for compilation
     cd dsacss/dep/opencv 
  3. Edit config.mk.
     cd dsacss/src 
  4. Run the make file to compile the libraries:
     cd ../ 
     make all 

Generated on Wed Sep 5 12:54:46 2007 for DSACSS Operational Code by  doxygen 1.3.9.1