How to get Kratos
From KratosWiki
(Difference between revisions)
(→In Linux) |
(→In Linux) |
||
Line 57: | Line 57: | ||
# Do a recursive checkout going to <tt> Repository->Checkout... </tt> (only for the first time!) | # Do a recursive checkout going to <tt> Repository->Checkout... </tt> (only for the first time!) | ||
#* Module: <tt>kratosR1</tt> | #* Module: <tt>kratosR1</tt> | ||
+ | #* leave the rest unchanged and Recursive check out box crossed | ||
# Follow the compiling procedure on the next page: [[Linux Installation]] | # Follow the compiling procedure on the next page: [[Linux Installation]] | ||
[[Category:How To]] | [[Category:How To]] |
Revision as of 11:45, 12 December 2007
Contents |
Preliminar components to use Kratos
CVS
Download: http://www.wincvs.org/download.html
Latest Recommended Release: WinCvs 2.0.2.4 (released 2005-08-15)
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
- 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
- leave the rest unchanged and Recursive check out box crossed
- Follow the compiling procedure on the next page: Linux Installation