Changes between Version 11 and Version 12 of BuildSystem


Ignore:
Timestamp:
Feb 22, 2008, 2:13:00 PM (16 years ago)
Author:
Eric Korpela
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v11 v12  
    5656
    5757||'''-h, --help'''||display configuration options and exit||
    58 ||'''--with-boinc-platform=NAME'''||Use NAME as [BoincPlatforms platform] to compile into the client. For Linux/x86 builds, use `--with-boinc-platform=i686-pc-linux-gnu`. ||
     58||'''--with-boinc-platform=NAME'''||Override the BOINC [BoincPlatforms platform] name determined by autoconf. i.e. Use NAME as [BoincPlatforms platform] to compile into the client. Only necessary if configure does not recognize your platform correctly by default. You can check the platform after the configure step by looking at the value of the BOINC_PLATFORM variable in config.h ||
     59||'''--with-boinc-alt-platform=NAME'''||Use this option to build an client that supports an alternate platform name.  For example, on a x86_64 linux system that supports both 64 bit and 32 bit executables, you might specify --with-boinc-platform=x86_64-pc-linux-gnu and --with-boinc-alt-platform=i686-pc-linux-gnu. ||
    5960
    6061=== Installation directories ===