My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Qt Spirit C++ Logo Programming Environment.

Logo interpreter and IDE. Coded in C++ using Qt 4.4 and the Boost.Spirit parser framework.

Still in Beta status.

To Compile:

# Get the sources
svn checkout http://qslogo.googlecode.com/svn/trunk/ qslogo
# You need Qt 4.4, might work with previous versions
qmake BOOST=/location/of/boost/dir
# Make or (nmake if using vs)
make

Click here to see the Documentation

Powered by Google Project Hosting