Name Last Update
cmake/modules Loading commit data...
scripts Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README Loading commit data...

README

1. Set NETCDF_ROOT to use a specific netcdf installation directory :
> export NETCDF_ROOT="/usr/lib/"

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