Skip to content

mcecchetti/vegascene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published