Quick Install Guide¶
This quick install guide outlines the basic steps needed to install DDNRS-ERSN on your computer. For more detailed instructions on configuring and installing DDNRS-ERSN, see Installation and Configuration in the User’s Manual.
Installing on Linux with install.sh file¶
./install.sh
Installing from Source on Ubuntu 15.04+¶
To build DDNRS-ERSN from source, several prerequisites are needed. If you are using Ubuntu 15.04 or higher, all prerequisites can be installed directly from the package manager.
sudo apt install gfortran g++ cmake
After the packages have been installed, follow the instructions below for building and installing DDNRS-ERSN from source.