minor update to EMANE download URL in docs
This commit is contained in:
parent
3b01f99e2c
commit
b3454da6df
1 changed files with 4 additions and 6 deletions
|
@ -103,12 +103,10 @@ Here are quick instructions for installing all EMANE packages:
|
|||
# install dependencies
|
||||
sudo apt-get install libssl-dev libxml-lixbml-perl libxml-simple-perl
|
||||
# download and install EMANE 0.8.1
|
||||
export URL=http://labs.cengen.com/emane/download/deb/ubuntu-12_04
|
||||
wget $URL/0.8.1/amd64/emane-bundle-0.8.1.amd64.tgz
|
||||
mkdir emane-0.8.1
|
||||
cd emane-0.8.1
|
||||
tar xzf ../emane-bundle-0.8.1.amd64.tgz
|
||||
sudo dpkg -i *.deb
|
||||
export URL=http://downloads.pf.itd.nrl.navy.mil/emane/0.8.1-r2
|
||||
wget $URL/emane-0.8.1-release-2.ubuntu-12_04.amd64.tgz
|
||||
tar xzf emane-0.8.1-release-2.ubuntu-12_04.amd64.tgz
|
||||
sudo dpkg -i emane-0.8.1-release-2/deb/ubuntu-12_04/amd64/*.deb
|
||||
|
||||
|
||||
If you have an EMANE event generator (e.g. mobility or pathloss scripts) and
|
||||
|
|
Loading…
Reference in a new issue