How to get Kratos
From KratosWiki
(Difference between revisions)
Line 1: | Line 1: | ||
== Preliminar components to use Kratos == | == Preliminar components to use Kratos == | ||
− | + | ||
=== CVS === | === CVS === | ||
Line 11: | Line 11: | ||
Latest Recommended Release: WinCvs 2.0.2.4 (released 2005-08-15) | Latest Recommended Release: WinCvs 2.0.2.4 (released 2005-08-15) | ||
+ | === Visual Studio 2005 === | ||
+ | |||
+ | |||
+ | === Boost Library === | ||
+ | |||
+ | http://www.boost.org/ | ||
+ | |||
+ | 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 == |
Revision as of 12:09, 30 November 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
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"