How to get Kratos
From KratosWiki
(Difference between revisions)
(→In Linux) |
|||
Line 3: | Line 3: | ||
− | === | + | === SVN === |
+ | En Windows: | ||
http://www.wincvs.org/ | http://www.wincvs.org/ | ||
Download: http://www.wincvs.org/download.html | Download: http://www.wincvs.org/download.html | ||
− | + | En Linux: | |
+ | Download package: svn (and related libsvn) | ||
+ | Download next package rapidSVN | ||
=== Visual Studio 2005 === | === Visual Studio 2005 === |
Revision as of 18:19, 16 February 2009
Contents |
Preliminar components to use Kratos
SVN
En Windows: http://www.wincvs.org/
Download: http://www.wincvs.org/download.html
En Linux: Download package: svn (and related libsvn) Download next package rapidSVN
Visual Studio 2005
Boost Library
http://sourceforge.net/project/showfiles.php?group_id=7586
boost 1.34.1 July 24, 2007
Download boost_1_34_1.zip
boost-build 2.0-m12 September 30, 2007
Download boost-build-2.0-m12.zip
GiDpost External Library
http://www.gidhome.com/support_team/gidpost.html
ftp://gid.cimne.upc.es/pub/gid/Tools/gidpost1.70.zip
unzip open a DOS console cd D:\kratosCOmponents\gidpost\win vcvars32.bat nmake -f Makefile.vc CFG="Release" nmake -f Makefile.vc CFG="Debug"
Kratos Source code
In Linux
Using Cervisia the kratos source files can be downloaded by taking the following steps:
:pserver:user_name@kratos.cimne.upc.es:2401/home/kratosR1
ATTENTION: COPY AND PASTE DOES NOT WORK!!
- Go to Repository->Repositories->Add... and enter the root printed in the box above in repository section and leave the rest unchanged
- The expression user_name has to be replaced by your login (obtained from Pooyan).
- Login using your password
- Note that you can also access in read-only mode using "anonymous" as user name and password.
- Do a recursive checkout going to Repository->Checkout... (only for the first time!)
- Module: kratosR1
- Working directory: choose one destination.
- leave the rest unchanged and "Recursive check out" box crossed
- Follow the compiling procedure on the next page: Linux Installation