Changes between Version 7 and Version 8 of BuildSystem


Ignore:
Timestamp:
Aug 19, 2007, 6:49:40 PM (17 years ago)
Author:
Nicolas
Comment:

Fixed a mistake on my previous change

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v7 v8  
    5858||'''--host=HOST'''||Use HOST to identify platforms in executable names. For Linux/x86 builds, use --build=i686-pc-linux-gnu||
    5959
    60 ===Installation directories ===
     60=== Installation directories ===
    6161
    6262||'''--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.||