From 3d13351e79c88dac1d71b1d87e31969d22a2bd55 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 16 Jul 2010 22:28:57 +0000 Subject: [PATCH] added openssl dep --- wiki/EMANE.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/EMANE.wiki b/wiki/EMANE.wiki index b677f1ec..0ad5d928 100644 --- a/wiki/EMANE.wiki +++ b/wiki/EMANE.wiki @@ -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. \ No newline at end of file