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
- Make sure the PATH environment variables is set correctly:
- From the "Start" Menu, right click on "Computer" and click on "Properties"
- Select "Advanced System Properties"
- Click on "Environment Variables"
- Set the PATH variable to the adequate value (this depends on your Qt, CMake & MingGW installation)
- Ex: PATH=C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\mingw\bin;C:\Program Files (x86)\CMake 2.8\bin
QtCreator
- Open the "root" CMakeLists.txt file with QtCreator
- Make sure you use the "MinGW Generator"
- 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.
- Build & Execute the project
- Enjoy!
Creating a Package
- NSIS must be installed to create a package
- Add "package" in the Build Steps Additional Arguments in QtCreator