adding Ubuntu 11.10 build instructions
This commit is contained in:
parent
bb49de83ff
commit
7828e5dddc
1 changed files with 15 additions and 1 deletions
|
@ -41,6 +41,20 @@ tar xzf ../emane-bundle-0.6.4.amd64.tgz
|
||||||
sudo dpkg -i *.deb
|
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 =
|
= Easy EMANE Uninstall =
|
||||||
|
|
||||||
Remove everything with one command:
|
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 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
|
Loading…
Add table
Add a link
Reference in a new issue