Menu

NetworkViewer:BuildFromSources

Back to the NetworkViewer Page

REQUIREMENTS

Get The Latest Sources From SVN

Command Line

svn co https://openecosys.svn.sourceforge.net/svnroot/openecosys/trunk/NetworkViewer openecosys/NetworkViewer

SVN Client

Try downloading Tortoise SVN (Windows) to get the code :

  • http://tortoisesvn.net/
  • Use the following URL : https://openecosys.svn.sourceforge.net/svnroot/openecosys/trunk/NetworkViewer

Environment Variables

  1. Make sure the PATH environment variables is set correctly:
    1. From the "Start" Menu, right click on "Computer" and click on "Properties"
    2. Select "Advanced System Properties"
    3. Click on "Environment Variables"
    4. Set the PATH variable to the adequate value (this depends on your Qt, CMake & MingGW installation)
    5. Ex: PATH=C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\mingw\bin;C:\Program Files (x86)\CMake 2.8\bin

QtCreator

  1. Open the "root" CMakeLists.txt file with QtCreator
  2. Make sure you use the "MinGW Generator"
    1. If the MinGW Generator fails, there is probably a problem with your PATH variable not set properly. Make sure MinGW (g++) AND Qt (qmake) are in your PATH.
  3. Build & Execute the project
  4. Enjoy!

Creating a Package

  • NSIS must be installed to create a package
  • Add "package" in the Build Steps Additional Arguments in QtCreator


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.