-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Andrea edited this page Aug 6, 2015
·
1 revision
git clone https://code.google.com/p/starlab
cd starlab
git clone https://code.google.com/p/starlab.core core
git clone https://code.google.com/p/starlab.surfacemesh surfacemesh
git clone https://code.google.com/p/starlab.examples examples
Then open the file starlab_mini.pro in QtCreator and perform qmake & build. To learn how to develop your own plugin, check out the README
OS | Qt | IDE | Compiler |
---|---|---|---|
OSX | Qt 4.8.4 | Qt Creator | i686-apple-darwin11-llvm-g++-4.2 |
Win | Qt 4.8.4 | Microsoft Visual Studio 2010 | VS 2010 |
Linux | Qt 4.8.4 | Qt Creator | g++ |