-
Notifications
You must be signed in to change notification settings - Fork 1
License
mcecchetti/vegascene
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build steps - Linux: cd [vegascene root folder] mkdir build cd build qmake -r -spec linux-g++ ../vegascene/vegascene.pro make Build steps - Mac: brew install qt5 cd [vegascene root folder] mkdir build cd build /usr/local/opt/qt5/bin/qmake -r ../vegascene/vegascene.pro make then you can run ./vegascene spec_file [out_file] If you want a debug build add the CONFIG+=debug option to the qmake command. Remember that vegascene executable looks for JavaScript modules in "../jsmodules", where the path is relative to the current working directory.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published