Changes between Version 27 and Version 28 of libwdi/install
- Timestamp:
- 09/18/10 17:18:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/install
v27 v28 37 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. 38 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]] 39 * Run {{{configure --help}}} to select your options, or refer to the list below :39 * Run {{{configure --help}}} to select your options, or refer to the list below, and then run {{{configure}}}: 40 40 * {{{--enable-shared}}}: build shared libraries (default y) 41 41 * {{{--enable-static}}}: build static libraries (default y) … … 51 51 * {{{--with-userdir="<dir>"}}}: embed user defined driver files from the following location[[BR]] 52 52 Notes: 53 1. '''At least one of --with-ddkdir, --with-libusb0, --with-userdir must be specified when running configure'''.54 1. configure will check the ddk and libusb0 directories for the relevant driver files, and prevent completionif they are not found.53 1. '''At least one of {{{--with-ddkdir}}}, {{{--with-libusb0}}}, {{{--with-userdir}}} must be specified when running {{{configure}}}'''. 54 1. If not cross-compiling, configure will check the ddk and libusb0 directories for the relevant driver files, and alert you if they are not found. 55 55 * Run '{{{make}}}' 56 56 * The resulting library and examples can be retrieved in the {{{.libs}}} directory