forked from FLAME-HPC/flame_editor
-
Notifications
You must be signed in to change notification settings - Fork 0
glpoulter/flame_editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FLAME Editor *** LINUX *** To compile you will need Qt4. The package for Ubuntu is called: libqt4-dev To compile type: qmake flame_editor.pro make To run: ./flame_editor *** MAC OSX *** To compile you will need Qt4. Download from the Qt web site. Normally qmake creates xcode projects on mac. To stop this use the -spec flag below. To compile type: qmake -spec macx-g++ flame_editor.pro make To run: open flame_editor.app If you have any problems try using Qt Creator. *** WINDOWS *** To compile you will need Qt4. Download from the Qt web site. Use Qt Creator to open the project flame_editor.pro and compile.
About
THe FLAME GUI Editor
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 89.9%
- Python 9.1%
- Other 1.0%