GRAPH Tutorial : Compile
Before you compile GRAPH, make sure that you either type
setenv NCARG_ROOT /usr/local/ncarg
(note: location of NCAR Graphics library may vary on your
machine)
or include the above line in your .cshrc file.
To compile, type:
make >& make.out
This compiles the code on a your machine, and writes output from
"make" to file make.out. If it is successful, you should create
an executable called graph in the directory:
./graph ->
src/graph
Now you are ready to run GRAPH
|