added Ubuntu 10.10 easy install

This commit is contained in:
ahrenholz 2011-04-22 23:14:53 +00:00
parent fe5632dcd9
commit 675f3c8101

View file

@ -19,6 +19,19 @@ rpm -ivh *
}}} }}}
Here are instructions for Ubuntu 10.10.
{{{
# install dependencies
sudo apt-get install libssl-dev libxml-libxml-perl libxml-simple-perl
# download and install EMANE 0.6.4
wget http://labs.cengen.com/emane/download/deb/ubuntu-10_04/0.6.4/amd64/emane-bundle-0.6.4.amd64.tgz
mkdir emane-0.6.4
cd emane-0.6.4
tar xzf ../emane-bundle-0.6.4.amd64.tgz
sudo dpkg -i *.deb
}}}
= Easy EMANE Uninstall = = Easy EMANE Uninstall =
Remove everything with one command: Remove everything with one command: