added openssl dep
This commit is contained in:
parent
38b0a25c0d
commit
3d13351e79
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Here are easy EMANE instructions for Fedora 12 i386. Replace with "x86_64" if ne
|
|||
|
||||
{{{
|
||||
# install dependencies
|
||||
yum -y install perl-XML-Simple perl-XML-LibXML
|
||||
yum -y install openssl-devel perl-XML-Simple perl-XML-LibXML
|
||||
# download and install EMANE 0.6.3
|
||||
wget http://labs.cengen.com/emane/download/RPMS/F12/0.6.3/i386/emane-bundle-0.6.3.fc12.i386.tgz
|
||||
mkdir emane-0.6.3
|
||||
|
@ -27,4 +27,4 @@ Remove everything with one command:
|
|||
rpm -e `rpm -qa | grep -i emane | xargs`
|
||||
}}}
|
||||
|
||||
Don't forget about the ACE libraries.
|
||||
Don't forget about the ACE libraries.
|
Loading…
Add table
Add a link
Reference in a new issue