|
--prefix=path
|
You can specify this option to change the directory in which the Bausteinen
tools will be installed. The default location is the directory in which
you unpacked the source distribution. Often it is convenient to install
the Bausteinen in the bin directory in your home directory with
./configure --prefix=$HOME
|
|
--with-field=path
|
In case the configuration script could not locate the Field library,
header and module 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/include and /usr/local/lib
add the following option to the command-line of the script
--with-field=/usr/local
|
--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
|