Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- 04/05/11 14:42:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 18 18 == SVN access == 19 19 20 20 21 {{{ 21 22 $ svn co https://apps.man.poznan.pl/svn/slurm-drmaa/ 22 23 }}} 23 24 24 **note:** You need some extra tools to compile the svn version. Also the trunk version may not always compile. 25 Please note the `./autogen.sh` and `./autoclean.sh` scripts which calls the autotools command chain in appropriate order. 26 27 **note:** You need some [#dev_tools developer tools] to compile the svn version. Also the trunk version may not always compile. 25 28 26 29 == Installation == … … 192 195 * [http://www.gnu.org/software/bison/ Bison] parser generator, 193 196 * [http://www.complang.org/ragel/ RAGEL] State Machine Compiler 194 * [http://www.gnu.org/software/gperf/ gperf] gperf 197 * [http://www.gnu.org/software/gperf/ gperf] gperf - a perfect hash function generator. 195 198 196 199 === Links ===