adding Ubuntu 11.10 build instructions

This commit is contained in:
ahrenholz@gmail.com 2011-11-04 15:09:36 +00:00
parent bb49de83ff
commit 7828e5dddc

View file

@ -41,6 +41,20 @@ tar xzf ../emane-bundle-0.6.4.amd64.tgz
sudo dpkg -i *.deb
}}}
Instructions for building a deb from source on Ubuntu 11.10 Oneiric. (As of this writing, pre-built debs were not available.) Note that the deb build dependencies (e.g. dh-make, etc) are slightly different than the run-time dependencies.
{{{
sudo apt-get install libssl-dev libxml-libxml-perl libxml-simple-perl
sudo apt-get install libace libace-dev dh-make doxygen
tar xzf emane-0.7.1.tgz
cd emane-0.7.1
autoconf && automake
./configure
make deb
}}}
= Easy EMANE Uninstall =
Remove everything with one command:
@ -63,4 +77,4 @@ Setting the delay in the RF-PIPE MAC adds a transmission delay, not a propagatio
*Event generator*: produces events and is launched by the Event Service XML.<br>
*Event Daemon* / *Event Agent*: transport event data from emulation to other app domains; e.g. gpsdlocationagent
*Event Daemon* / *Event Agent*: transport event data from emulation to other app domains; e.g. gpsdlocationagent