commit
[crak.git] / src / README
blob350d8fd5425f8b1321097c8fcf678818ab92a481
1 Welcome to CRAK-2.6.25.6! The purpose of this module is 
2 to be able to checkpoint- and later restart- user level processes.
4 To properly build this module:
5 $> ./make build
6 - This invokes make config. This only need be done once.
8 Thereafter:
9 $> make modules
11 $> make
12 will suffice!
14 To install the resulting module:
15 $> sudo ./ins
17 To remove the module:
18 $> sudo ./rmd
20 To test the module, refer to README in ./tests/ directory.
22 To produce documentation:
23 $> make docs