Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
current state
[simgrid.git] / cruft / doc / README
1 This directory contains the reference documentation
2 for GRAS. For more information about it see:
3
4  http://www.ens-lyon.fr/~mquinson/hacking.html
5
6
7 REQUIREMENTS
8 ============
9
10 To build the documentation, you must have the gtk-doc
11 package installed. To rebuild the template files,
12 you must have the current version of the GRAS
13 header files installed.
14
15
16 BUILD
17 =====
18
19 First, run configure to generate the makefiles for this
20 module. There is one option specific to this package
21
22   --with-html-dir=DIR   top of installed HTML documentation tree
23
24 To build and install the documentation, do:
25
26  make
27
28  make install
29