转:Omnet++ 4.0 installation for Ubuntu

系统 2291 0

转自:Omnet仿真 周大牛的博客:http://hi.baidu.com/yilaguankey/blog/item/4b913d808ae49ddf9023d9b2.html

 

Omnet++ 4.0 installation for Ubuntu :

$ sudo apt-get install build-essential
$ sudo apt-get install bison flex blt blt-dev libgmp3-dev lmodern giftrans doxygen libxml2-dev graphviz imagemagick sun-java6-jdk
$ sudo apt-get install tcl8.4 tk8.4 tcl8.4-dev tk8.4-dev

$ sudo update-alternatives --config java
Make sure 'java-6-sun' is the default Java VM

$ tar -xvf omnetpp-4.0-src.tgz

edit ~/.bashrc and add the following lines. Make suitable changes to INSERT PATH TO OMNET :

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/INSERT PATH TO OMNET/lib
export PATH=$PATH:/INSERT PATH TO OMNET/bin
export TCL_LIBRARY=/usr/share/tcltk/tcl8.4

Open a new terminal

$ cd omnetpp-4.0
$ ./configure
$ make clean
$ make

edit omnetpp-4.0/ide/omnetpp.ini

Look for the following lines :

-Xms64m
-Xmx384m

Modify the lines depending on the amount of RAM you wish to allocate to the Eclipse IDE :

-Xms256m
-Xmx512m

run omnetpp to launch the IDE

Omnet++ 4.0 installation for Windows :

Install Java JDK and make sure the JAVA_HOME is set and PATH points to \bin in the Java JDK

Download omnetpp-4.0-src-windows.zip from [2]

Extract to C:\ so that C:\omnetpp-4.0\ is the main directory

Run the mingwenv.cmd

./configure

make clean

make

Do not close the terminal yet

Run omnetpp to launch the GUI (Eclipse)

Check if the projects build and run


Installing INET framework for Omnet++ 4.0:

Download the INETMANET fork from : [3]

Extract the file to C:\omnetpp-4.0\ so that C:\omnetpp-4.0\inet is the main directory

In the omnetpp GUI (Eclipse): File->Import

Browse and select the the inet directory

Ensure that 'copy into workspace' is unchecked

Build the INET framework : Project->Build All

Check if the inet\examples build and run

转:Omnet++ 4.0 installation for Ubuntu


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论