1. Set NETCDF_ROOT to use a specific netcdf installation directory : > export NETCDF_ROOT="/usr/lib/" 2. Set DDCLIENT_ROOT to define DDClient installation directory : > export DDCLIENT_ROOT="/home/benjamin/DDClient/" 3. Make the build directory : > cmake -E make_directory build 4. 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 .. 5. Build DDServer : > cmake --build build 6. Install DDServer : > make -C build install VERBOSE=1 7. Configure DDServer : In the install directory, open "StartServer" and set DDPATH and DDBASE. 8. Run DDServer: > ./StartServer