Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- Jun 15, 2006, 8:57:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 13 13 * [http://la-samhna.de/forum/ Forum] -- Discussion Forum 14 14 15 For a complete list of local wiki pages, see TitleIndex. 16 15 17 == SVN access == 16 18 … … 19 21 }}} 20 22 23 In order to compile source from the svn repository, you need '''autoconf''' (all Linux distros provide an autoconf package): 21 24 22 For a complete list of local wiki pages, see TitleIndex. 25 {{{ 26 cd toplevel_source_directory 27 autoconf && autoheader 28 ./configure && make 29 }}} 30