My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Install  
Updated Jan 14, 2012 by per.lowg...@gmail.com

Compiling and Installing Mantichora Tools

To compile on either platform, first install libamanita and libesoteric.

Linux

To 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.

Mac

It may come a port in the future, if someone is up for the job.

Windows

It 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

  • libamanita (can be found here)
  • libgtk2.0-dev
  • libwebkit-dev
  • libcairo2-dev
Powered by Google Project Hosting