1. Download GTNetS-Oct-10-08.tar.gz from
http://www.ece.gatech.edu/research/labs/MANIACS/GTNetS/downloads.html
2. tar xvf GTNetS-Oct-10-08.tar.gz
3. GTNetS requires that the following :
- g++ (g++32 does not work)
- Qt3 (see FAQ on installations on Ubuntu)
4. g++ is usually preinstalled, so we need to install Qt3. This is an easy task using the Synaptics Package Manager under System -> Administration.
On Ubuntu you may need to install the following packages at the minimum:
- libqt3-headers – Qt3 header files
- libqt3-mt – Qt GUI Library (Threaded runtime version), Version 3
- libqt3-mt-dev – Qt development files (Threaded)
- qt3-dev-tools – Qt3 development tools
5. After having installed Qt3, we can now install GTNetS running the following command sequentially:
- make depend
- make debug
Note! If compilation errors occur for a given file, add the line “#include <cstring> ” in that file. If this doesn’t help, add the line “#include <cstdlib> ” instead.
Advertisement