minor updates

This commit is contained in:
ahrenholz 2010-07-16 22:44:05 +00:00
parent 3d13351e79
commit f36c2c509c

View file

@ -2,7 +2,7 @@
= Easy EMANE Install = = Easy EMANE Install =
Here are easy EMANE instructions for Fedora 12 i386. Replace with "x86_64" if needed. Here are easy EMANE instructions for Fedora 12 i386. Replace with "x86_64" if needed. Run these as root.
{{{ {{{
# install dependencies # install dependencies
@ -14,7 +14,7 @@ cd emane-0.6.3
tar xzf ../emane-bundle-0.6.3.fc12.i386.tgz tar xzf ../emane-bundle-0.6.3.fc12.i386.tgz
# ACE libs must be installed first # ACE libs must be installed first
rpm -ivh ace* rpm -ivh ace*
rm ace* rm -f ace*
rpm -ivh * rpm -ivh *
}}} }}}
@ -27,4 +27,8 @@ Remove everything with one command:
rpm -e `rpm -qa | grep -i emane | xargs` rpm -e `rpm -qa | grep -i emane | xargs`
}}} }}}
Don't forget about the ACE libraries. Don't forget about the ACE libraries.
{{{
rpm -e ace-devel ace-gperf ace
}}}