Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the return type of SD_simulate
[simgrid.git] / README.win32
1 UNFORTUNATELY, THIS FILE IS PARTIALLY OBSOLETE, AND WE DUNNO HOW TO
2 BUILD SUCH AN ARCHIVE ANYMORE. HELP WELCOMED.
3
4
5 This is the Windows binary release of SimGrid 3.2.
6
7 Archive content:
8 ---------------
9  * simgrid.dll      : the library itself (compiled with VC6)
10  
11  * coff\simgrid.lib : import file of the library for VC6
12  * omf\simgrid.lib  : import file of the library for borland builder
13                       (generated automatically from the previous one)
14                       
15  * include          : directory containing all the public headers of SimGrid
16  
17
18 Installation steps:
19 ------------------
20
21  * Copy the dll in your windows\ directory
22  * Copy the include dir on your disk, and add its path to the list of pathes
23    searched by your compiler.
24  * Incorporate the import file corresponding to your compiler in your
25    project. 
26
27
28 Concluding remarks:
29 ------------------
30
31 We are working on a proper installer for these files, but it's not
32 done yet.
33
34 We belive that the MSG interface of SimGrid is as stable under windows as
35 under Linux, but the GRAS runtime is not ported to windows yet. If you use
36 GRAS, you can simulate your applications under windows, but you cannot run
37 it for real on this platform (yet). We are working on it, too.
38
39 Any feedback on this is very welcomed.
40
41
42 Enjoy, 
43 da simgrid team.