Download Omnetpp from the following website
http://www.omnetpp.org/omnetpp/doc_details/2198-omnet-40p1-source–ide-tgz
untar it using the command
tar zxvf omnetXXXX.tgz (I have installed in /home/pradeepkumar/)
open terminal -> go to the folder using –> cd /home/pradeepkumar/omnet-xxx/
Execute the following commands
./configure (if any errors, then install the required packages)
it may ask for tcl/tk developement package
yum install tcl-devel tk-devel
if installed, then execute
make (thats it!!!)
(NB: you need [...]
Continue reading Installing OMNET ++ in Fedora 10




