Blame view

README 775 Bytes
4243d674   Benjamin Renard   First commit
1
1. Set NETCDF_ROOT to use a specific netcdf installation directory :
86f177cf   Benjamin Renard   Lock system imple...
2
> export NETCDF_ROOT="/usr/lib/"
4243d674   Benjamin Renard   First commit
3

bab9407b   Benjamin Renard   DDClient is now a...
4
5
6
7
2. Set DDCLIENT_ROOT to define DDClient installation directory :
> export DDCLIENT_ROOT="/home/benjamin/DDClient/"

3. Make the build directory :
4243d674   Benjamin Renard   First commit
8
9
> cmake -E make_directory build

bab9407b   Benjamin Renard   DDClient is now a...
10
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 :
4243d674   Benjamin Renard   First commit
11
12
> cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/benjamin/DDServer ..

bab9407b   Benjamin Renard   DDClient is now a...
13
5. Build DDServer :
4243d674   Benjamin Renard   First commit
14
15
> cmake --build build

bab9407b   Benjamin Renard   DDClient is now a...
16
6. Install DDServer :
4243d674   Benjamin Renard   First commit
17
18
> make -C build install VERBOSE=1

bab9407b   Benjamin Renard   DDClient is now a...
19
7. Configure DDServer :
4243d674   Benjamin Renard   First commit
20
21
In the install directory, open "StartServer" and set DDPATH and DDBASE.

bab9407b   Benjamin Renard   DDClient is now a...
22
8. Run DDServer:
4243d674   Benjamin Renard   First commit
23
> ./StartServer