|
--prefix=path
|
You can specify this option to change the directory in which the Field
library will be installed. The default location is the directory in which
you unpacked the source distribution. Often it is convenient to install
the Field library in your home directory with
./configure --prefix=$HOME
|
--with-netcdf=path
|
In case the configuration script could not locate the NetCDF library and
header files, you can pass it this option to specify their location.
For example, when the NetCDF header files and library are located in
/ws/scratch/ms/nl/nk1/include and
/ws/scratch/ms/nl/nk1/lib respectively add the following
option to the command-line of the script
--with-netcdf=/ws/scratch/ms/nl/nk1
|
|
--with-udunits=path
|
In case the configuration script could not locate the NetCDF library and
header files, you can pass it this option to specify their location.
For example, when the udunits header files and library are located in
/usr/local/free/include and /usr/local/free/lib
add the following option to the command-line of the script
--with-udunits=/usr/local/free
|