How to get Kratos
From KratosWiki
(Difference between revisions)
(→In Linux) |
(→In Linux) |
||
Line 50: | Line 50: | ||
=== In Linux === | === In Linux === | ||
Using Cervisia the kratos source files can be downloaded by taking the following steps: | Using Cervisia the kratos source files can be downloaded by taking the following steps: | ||
− | # Go to <tt> Repository -> Repositories -> Add... </tt> and enter the root | + | # Go to <tt> Repository->Repositories->Add... </tt> and enter the root |
:pserver:user_name@kratos.cimne.upc.es:2401/home/kratosR1 | :pserver:user_name@kratos.cimne.upc.es:2401/home/kratosR1 | ||
− | user_name has to be replaced by your login (obtained from [[Pooyan]]) | + | #* <i>user_name</i> has to be replaced by your login (obtained from [[Pooyan]]) |
# Login using your password | # Login using your password | ||
− | Note that you can also access in read-only mode using "anonymous" as user name and password. | + | #* Note that you can also access in read-only mode using "anonymous" as user name and password. |
− | # 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!) |
− | # Follow the compiling procedure on the next page [[How to Compile Kratos]] | + | # Follow the compiling procedure on the next page: [[How to Compile Kratos]] |
[[Category:How To]] | [[Category:How To]] |
Revision as of 16:17, 11 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:
- Go to Repository->Repositories->Add... and enter the root
:pserver:user_name@kratos.cimne.upc.es:2401/home/kratosR1
- 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!)
- Follow the compiling procedure on the next page: How to Compile Kratos