Changes between Version 26 and Version 27 of libwdi/install


Ignore:
Timestamp:
09/18/10 17:15:37 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/install

    v26 v27  
    3434Provided that you have one of the environments highlighted above and retrieved the source (either from a tarball or the git repository), you need to configure the building of libwdi as follows: 
    3535 
    36 * '''MinGW or cygwin''':[[BR]] 
     36* '''MinGW, cygwin or cross compilation''':[[BR]] 
     37 * (Optional) If cross-compiling, and if the default CC (as detected by configure) does not produce executables that can run on your platform, define a {{{CC_FOR_BUILD}}} environment variable with the required options. 
    3738 * (Optional) If downloaded from git, from a shell prompt, run {{{./autogen.sh}}}. This is required to create the configure and Makefile scripts. You can feed the same options to autogen.sh as the ones you feed to configure[[BR]] 
    3839 * Run {{{configure --help}}} to select your options, or refer to the list below: