README
1. Set NETCDF_ROOT to use a specific netcdf installation directory :
> export NETCDF_ROOT="/home/benjamin/AMDA-GIT/AMDA_COTS/netcdf/install"
2. Make the build directory :
> cmake -E make_directory build
3. Configure the build. Set CMAKE_BUILD_TYPE to Debug or Release to configure the build type. Set CMAKE_INSTALL_PREFIX to configure the install directory :
> cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/benjamin/DDServer ..
4. Build DDServer :
> cmake --build build
5. Install DDServer :
> make -C build install VERBOSE=1
6. Configure DDServer :
In the install directory, open "StartServer" and set DDPATH and DDBASE.
7. Run DDServer:
> ./StartServer