Changes between Version 26 and Version 27 of libwdi/install
- Timestamp:
- 09/18/10 17:15:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/install
v26 v27 34 34 Provided 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: 35 35 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. 37 38 * (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]] 38 39 * Run {{{configure --help}}} to select your options, or refer to the list below: