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
|
# install dependencies
|
||||||
sudo apt-get install libssl-dev libxml-lixbml-perl libxml-simple-perl
|
sudo apt-get install libssl-dev libxml-lixbml-perl libxml-simple-perl
|
||||||
# download and install EMANE 0.8.1
|
# download and install EMANE 0.8.1
|
||||||
export URL=http://labs.cengen.com/emane/download/deb/ubuntu-12_04
|
export URL=http://downloads.pf.itd.nrl.navy.mil/emane/0.8.1-r2
|
||||||
wget $URL/0.8.1/amd64/emane-bundle-0.8.1.amd64.tgz
|
wget $URL/emane-0.8.1-release-2.ubuntu-12_04.amd64.tgz
|
||||||
mkdir emane-0.8.1
|
tar xzf emane-0.8.1-release-2.ubuntu-12_04.amd64.tgz
|
||||||
cd emane-0.8.1
|
sudo dpkg -i emane-0.8.1-release-2/deb/ubuntu-12_04/amd64/*.deb
|
||||||
tar xzf ../emane-bundle-0.8.1.amd64.tgz
|
|
||||||
sudo dpkg -i *.deb
|
|
||||||
|
|
||||||
|
|
||||||
If you have an EMANE event generator (e.g. mobility or pathloss scripts) and
|
If you have an EMANE event generator (e.g. mobility or pathloss scripts) and
|
||||||
|
|
Loading…
Add table
Reference in a new issue