minor updates
This commit is contained in:
parent
3d13351e79
commit
f36c2c509c
1 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
= 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
|
||||
|
@ -14,7 +14,7 @@ cd emane-0.6.3
|
|||
tar xzf ../emane-bundle-0.6.3.fc12.i386.tgz
|
||||
# ACE libs must be installed first
|
||||
rpm -ivh ace*
|
||||
rm ace*
|
||||
rm -f ace*
|
||||
rpm -ivh *
|
||||
}}}
|
||||
|
||||
|
@ -28,3 +28,7 @@ rpm -e `rpm -qa | grep -i emane | xargs`
|
|||
}}}
|
||||
|
||||
Don't forget about the ACE libraries.
|
||||
|
||||
{{{
|
||||
rpm -e ace-devel ace-gperf ace
|
||||
}}}
|
Loading…
Add table
Add a link
Reference in a new issue