pasnox / monkeystudio2

Official Monkey Studio IDE Source Code.
http://monkeystudio.org
12 stars 5 forks source link

Monkey Studio IDE is an Open Source cross platform IDE written with C++/Qt4. It's licensed in GNU GPL2 & up. http://monkeystudio.org

NOTICE: Commercial reuse, please inform us before reusing Monkey Studio IDE.


WARNING: Monkey Studio require at least Qt 4.7.0 MINIMUM !


Before building, you should know about some rules if you are unix/linux users. By default monkey studio will install itself in /usr/local. If you want to change this you should do these build step ( assuming you want to install in /usr ) :

* cd to root sources of monkey studio
* qmake -r prefix=/usr
* make
* qmake -r prefix=/usr
* sudo make install

You now have a full working copy of monkey for your unix/linux box. If you have trouble when monkey starting ( because you already use old version of monkey studio ), you should rename the file ~/.Monkey Studio/Monkey Studio.ini and scripts-XXX and restart monkey studio. If trouble persists, please inform us.

How to build Monkey Studio:

With MinGW/Windows:

With MSVC/Windows:

With Linux/*Nix:

With Mac OS X:

How to execute Monkey Studio:

You may require admin acces when using $$MAKE install. For unix-like, simply use a sudo, for windows, you need to have admin access.

Known Problems:

How to generate Doxygen documentation:

You should execute command doxygen doxygen.config from root dirrectory of source archive (dirrectory, where config storing) Directory 'doc/html' with documentation will appear.

Azevedo Filipe & The Monkey Studio Team,

--EOF