Skip to content

SOLab/syntool-starter

Repository files navigation

SynTool Starter

Interactive tool of synthesizing new generation data

====================================================

git repository

https://github.com/SpiritD/syntool

==================================

Dependences

freeglut

Install on Debian

sudo apt-get install freeglut3

Install on Fedora

sudo yum install freeglut-devel

Install on Gentoo

sudo emerge media-libs/freeglut

==================================

Directories ./depot/qt5 for the git ./build/qt5 for build ./syntool for SynTool Starter

===============================

Build Qt5.1 + Qt3D on linux

mkdir depot
mkdir -p build/qt5

cd depot
git clone git://gitorious.org/qt/qt5.git qt5
git clone git://gitorious.org/qt/qt3d.git qt3d

./init-repository --no-webkit
cd ../../build/qt5
../../depot/qt5/configure -developer-build -opensource -nomake examples -nomake tests -confirm-license && make -j 9
./qtbase/bin/qmake ../../depot/qt5/qt3d/qt3d.pro
make -j 9

==================================================

Build SynTool Starter. And Run.

git clone https://github.com/SpiritD/syntool
cd syntool
../build/qt5/qtbase/bin/qmake syntool.pro
make -j9

bin/syntool

=============

ScreenShot

About

Interactive tool of synthesizing new generation data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published