How to get Kratos

From KratosWiki
(Difference between revisions)
Jump to: navigation, search
(Preliminar components to use Kratos)
Line 15: Line 15:
 
For using a graphical interface you can download rapidSVN
 
For using a graphical interface you can download rapidSVN
  
=== Visual Studio 2005 ===
 
 
 
=== Boost Library ===
 
 
http://www.boost.org/
 
 
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
 
 
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 ==
 
== Kratos Source code ==
Line 68: Line 34:
  
  
 
+
For getting the code without graphical interface type the following commands in a shell,
 
+
=== ATTENTION!!! ===
+
 
+
If rapidSVN crash:
+
 
+
# Open a shell,
+
# Type:
+
 
       svn checkout http://kratos.cimne.upc.es/svn/kratos/ .
 
       svn checkout http://kratos.cimne.upc.es/svn/kratos/ .
  

Revision as of 09:05, 17 September 2009

Contents

Preliminar components to use Kratos

SVN

In Windows: http://www.rapidsvn.org/

Download: http://www.rapidsvn.org/download/release/0.9.6/

In Linux: Download package: svn (and related libsvn)

For using a graphical interface you can download rapidSVN


Kratos Source code

In Windows

ATTENTION!! Do not use TARTOISE but only rapidSVN for the update of your Kratos !!!!

Don't get the rapidSVN 9.8!!! It DOESN'T work! Get the rapidSVN 9.6 !

In Linux

Using rapidSVN the kratos source files can be downloaded by taking the following steps:


  • Go to Repository->Checkout and enter the following path to the kratos repository:
        http://kratos.cimne.upc.es/svn/kratos/
  • Choose a working directory where module: kratos will be created in your pc
  • "recursive" option have to be signed
  • Follow the compiling procedure on the next page: Linux Installation


For getting the code without graphical interface type the following commands in a shell,

     svn checkout http://kratos.cimne.upc.es/svn/kratos/ .

The checkout should start immediately.

Personal tools
Categories