|
Install
Compiling and Installing Mantichora ToolsTo compile on either platform, first install libamanita and libesoteric. LinuxTo compile for Linux, open a terminal and run the following sequence of commands: sudo apt-get update sudo apt-get install \ libgtk2.0-dev \ libwebkit-dev \ libseed-dev \ libcairo2-dev \ cd ~/Desktop svn checkout http://mantichoratools.googlecode.com/svn/trunk/ mantichora cd mantichora ./autogen.sh ./configure make sudo make install cd .. rm -r mantichora After the installation, to start the application run in the terminal: mantichora Every time the program starts it checks for new updates and automatically download them from the server and install. It may take a couple of minutes first time the program starts but after that it will usually start more quickly. MacIt may come a port in the future, if someone is up for the job. WindowsIt compiles well on Windows with MinGW and MSYS, but you will have to build WebKit/GTK manually and some additional libraries. However, latest versions will available as binaries under "Downloads". Dependencies
|