How to get Kratos
From KratosWiki
(Difference between revisions)
(→In Linux) |
(→In Linux) |
||
(16 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
− | === | + | === SVN === |
− | http://www. | + | In Windows: |
+ | http://www.rapidsvn.org/ | ||
− | Download: http://www. | + | 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 <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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | 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. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[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.