From 7828e5dddc559a5aa0f0d186830326054fe009a8 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Fri, 4 Nov 2011 15:09:36 +0000 Subject: [PATCH] adding Ubuntu 11.10 build instructions --- wiki/EMANE.wiki | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/wiki/EMANE.wiki b/wiki/EMANE.wiki index e9e3650b..7e9902fb 100644 --- a/wiki/EMANE.wiki +++ b/wiki/EMANE.wiki @@ -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.
-*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 \ No newline at end of file