Changes between Version 6 and Version 7 of BuildingFromSource
- Timestamp:
- 2006-05-25T04:45:24+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromSource
v6 v7 52 52 {{{ 53 53 #!ShellExample 54 (it is suggested to build outside of the source directory, so make an build directory first and enter it) 54 55 $ mkdir build-by-moo 55 56 $ cd build-by-moo 57 58 (you're inside build-by-moo dir now) 56 59 $ ../configure --help 57 60 ...... … … 66 69 ...... 67 70 68 ( now run configure with options you selected)71 (run configure with options you selected now) 69 72 $ ../configure --enable-xcache --enable-xcache-disassembler 70 73 (many output here, if you have problem, read the error message twice, and search inside config.log, and check Pre-requirement in this page above)

