~/oppsim: directory for installing OMNeT++ and all other models (including IPv6Suite).
~/lib: directory for software needed by IPv6Suite models.
mkdir /tmp/package-root
cd /tmp/package-root
rpm2cpio /path/to/downloaded-rpm/omnetpp-2.3-2.src.rpm |cpio -dim
cd ~/oppsim
tar zxvf omnetpp-X.X-src.tar.gz
cd omnetpp-X.X
configure.user and change the user options if you want. Suggestions:
PVM_CFLAGS, PVM_LIBS, MPI_CFLAGS, MPI_LIBS definitions.
./configure omnetpp-X.X directory into the PATH and LD_LIBRARY_PATH environment variables. Heed this advice and rerun configure to make sure those two environment variables are set correctly.
make tar zxvf CMake-1.6.X-tar.gz
cd CMake-1.6.X
patch -p1 < ../CMake.FindOmnet.patch
patch -p1 < ../CMake.omnetpp.patch
./configure --prefix=${HOME} (Choose a different prefix if you want it installed elsewhere)
make
make install (You'll need to make sure that ${HOME}/bin is in your PATH to use these tools properly).
| Topic InstallationProcedureIfYouDoNotHaveRootAccess . { Edit | Attach | Ref-By | Printable | Diffs | r1.5 | > | r1.4 | > | r1.3 | More } |
|
Revision r1.5 - 11 May 2005 - 12:01 GMT - AhmetSekercioglu Parents: WebHome > IPv6Suite > Main |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |