Difference between revisions of "HowToBuildGimias 1 3 0 InLinux Step 1"
From user's Wiki!
Criccobene (Talk | contribs) (→Required Tools) |
|||
Line 10: | Line 10: | ||
* [[http://www.wxpython.org/download.php wxPython]] (corresponding to your Python version) | * [[http://www.wxpython.org/download.php wxPython]] (corresponding to your Python version) | ||
* [[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/CSnake-2.4.2.zip/download CSnake-2.4.2]] | * [[http://sourceforge.net/projects/gimias/files/GIMIAS%20v1.3.0/Developer/CSnake-2.4.2.zip/download CSnake-2.4.2]] | ||
+ | |||
+ | You should also check that you have installed the following packages in your system: | ||
+ | * gtk2.0 (i.e. sudo apt-get install libgtk2.0-dev ...) | ||
= Steps = | = Steps = |
Revision as of 06:12, 17 March 2011
This manual is meant to be used for Gimias 1.3.0 release, for previous manuals contact the mailing list. This page is not complete. Please take a look at the Windows page to get further details.
Contents
Required Tools
Before checking out and building GIMIAS, make sure that you have installed the following tools:
- A SVN client ([Smart SVN] or [Tortoise SVN])
- [CMake 2.8]
- [Python 2.4, 2.5, 2.6 or 2.7]
- [wxPython] (corresponding to your Python version)
- [CSnake-2.4.2]
You should also check that you have installed the following packages in your system:
- gtk2.0 (i.e. sudo apt-get install libgtk2.0-dev ...)
Steps
- Check out Gimias from repository with svn client
- Configure CSnake
- Option 1: Automatic Build
Check out Gimias
Checkout project from repository URL: https://svncistib.upf.edu/repos/toolkit/gimias/stable/GIMIAS_1_3_0
Configure CSnake
Options Tab
Context Tab
Select Projects Tab
Option 1 : Automatic Build
Once that you have configured CSnake you can click on Configure All button in order to build automatically everything. This will take a while.