1. Download quagga-0.99.9.tar.gz from http://hipserver.mct.phantomworks.org/ietf/ospf/ and run:
tar xvfz quagga-0.99.9.tar.gz
2. Download quagga-0.99.9.ospfv3-manetmdr-gtnets.patch from http://hipserver.mct.phantomworks.org/ietf/ospf/ to the quagga folder in 1. Run the following command:
patch -p1 < quagga-0.99.9.ospfv3-manetmdr-gtnets.patch
3. Run the following command in the quagga folder:
./configure
4. Comment out #define VERSION “0.99.9″ in config.h
5. Goto SRC/ under GTNetS directory and create a link to the quagga directory as follows:
ln -s /home/user/quagga-0.99.9/ quagga
6. Goto GTNets and run the following command:
make depend
make debug
The installation is now completed
August 24, 2011 at 5:48 am |
another thing, i am running GTNetS on Windows not on Linux, and i realize most of this commands are Unix commands
what do you suggest pls.
By the way , i ran into your blog via google, love it, thanks for all the posts
August 24, 2011 at 9:05 am |
To save a patch, click on the appropriate link, and you will see a page containing text. Copy the text and save it to a file.
I have not tried installing GTNets on Windows so I cannot help you there. Patching is a tool in linux/unix. I am not sure if Windows provides support for patching, however a quick search, I saw there are also
third party programs for patching in Windows. But I have not tried it.
Even though you have succeeded with patching, there may be a challenge with building the source codes as the codes are probably developed on a linux/unix platform.
The easiest way is to install it on a linux platform, but you can also try it on Windows. Good luck!
August 30, 2011 at 5:41 pm |
HI
so
i finally moved to Linux, but now i am having problem running make depend on the GTNetS directory after patching, it is showing an application-ospf6d.h error that the directory/file cannot be found, did you encounter this please