next up previous contents index
Next: Setting up your environment Up: Getting Started Previous: Getting the Code

   
Building the Code

The first time you check out the code, you need to build the code.

1.
Edit $ARGUS/Makefile.defs.

There's a line near the top that should say

     SOURCE_ROOT=/home/grib/devel/argus

Change that to be the top level of your argus source directory (the directory $ARGUS).

2.
Build the 'kbase', 'dobjects', and 'corelib' modules.
    
     $ cd kbase 
     $ make all
corelib and dobjects will get built automatically (there's a module dependency system).



Emilio Remolina
2000-10-04