Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert svn logs into ChangeLog (up to r7858 for now)
[simgrid.git] / buildtools / README
1 The CMake configuration in this directory cannot be used to build SimGrid
2 Instead, it can be used to auto-test it.
3
4 To use it, you need a svn checkout under ~/simgrid-svn. Command to create it:
5    cd 
6    svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid-svn
7
8 Then, you need to create a distribution archive, with this command:
9    ~/simgrid-svn/buildtools/scripts/make_dist.sh
10 The archive will be copied into the ~/simgrid directory.
11
12
13 Then, you can test the archive with autotools only using that command:
14    ~/simgrid-svn/buildtools/scripts/test_dist_with_autotools.sh   
15 Alternatively, you can test the archive with cmake using that command:
16    ~/simgrid-svn/buildtools/scripts/test_dist_with_cmake.sh
17
18 Please note that autotools are needed in any cases. Only the test
19 mechanism changes between the two pathes so far.