How to get Kratos

From KratosWiki
(Difference between revisions)
Jump to: navigation, search
(In Linux)
(In Linux)
 
(32 intermediate revisions by 6 users not shown)
Line 3: Line 3:
  
  
=== CVS ===
+
=== SVN ===
  
http://www.wincvs.org/
+
In Windows:
 +
http://www.rapidsvn.org/
  
Download: http://www.wincvs.org/download.html
+
Download: http://www.rapidsvn.org/download/release/0.9.6/
  
Latest Recommended Release: WinCvs 2.0.2.4 (released 2005-08-15)
+
In Linux:
 +
Download package: svn (and related libsvn)
  
=== Visual Studio 2005 ===
+
For using a graphical interface you can download rapidSVN
  
  
=== Boost Library ===
+
== Kratos Source code ==
  
http://www.boost.org/
+
=== In Windows ===
 +
ATTENTION!! Do not use TARTOISE but only rapidSVN for the update of your Kratos !!!!
  
http://sourceforge.net/project/showfiles.php?group_id=7586
+
Don't get the rapidSVN 9.8!!! It DOESN'T work! Get the rapidSVN 9.6 !
  
boost 1.34.1 July 24, 2007
+
=== In Linux ===
 +
Using rapidSVN the kratos source files can be downloaded by taking the following steps:
  
Download
 
boost_1_34_1.zip
 
  
 +
* Go to <tt> Repository->Checkout </tt> and enter the following path to the kratos repository:
 +
        https://svn.cimne.upc.edu/p/kratos
 +
* Choose  a working directory where module: <tt>kratos</tt> will be created in your pc
 +
* "recursive" option have to be signed
 +
* Go back to [[Installing kratos in Ubuntu Linux#GET KRATOS|Installing kratos in Ubuntu Linux]] and follow the last steps to install kratos.
  
boost-build 2.0-m12 September 30, 2007
 
  
Download
+
For getting the code without graphical interface type the following commands in a shell,
boost-build-2.0-m12.zip
+
 +
      svn checkout https://svn.cimne.upc.edu/p/kratos
  
=== GiDpost External Library ===
+
The checkout should start immediately.
 
+
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 ==
+
 
+
=== In Linux ===
+
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
+
:pserver:user_name@kratos.cimne.upc.es:2401/home/kratosR1
+
#* <i>user_name</i> 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 <tt> Repository->Checkout... </tt> (only for the first time!)
+
# Follow the compiling procedure on the next page: [[How to Compile Kratos]]
+
  
 
[[Category:How To]]
 
[[Category:How To]]

Latest revision as of 06:41, 7 May 2012

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:
        https://svn.cimne.upc.edu/p/kratos
  • Choose a working directory where module: kratos will be created in your pc
  • "recursive" option have to be signed
  • Go back to Installing kratos in Ubuntu Linux and follow the last steps to install kratos.


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

     svn checkout https://svn.cimne.upc.edu/p/kratos

The checkout should start immediately.

Personal tools
Categories