Changes between Version 7 and Version 8 of BuildSystem
- Timestamp:
- Aug 19, 2007, 6:49:40 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v7 v8 58 58 ||'''--host=HOST'''||Use HOST to identify platforms in executable names. For Linux/x86 builds, use --build=i686-pc-linux-gnu|| 59 59 60 === Installation directories ===60 === Installation directories === 61 61 62 62 ||'''--prefix=PREFIX'''||install architecture-independent files in PREFIX [`/usr/local`] By default, `make install` will install all the files in `/usr/local/bin`, `/usr/local/lib` etc. You can specify an installation prefix other than `/usr/local` using `--prefix`, for instance `--prefix=`. For better control, use the options below.||