Changes between Version 27 and Version 28 of libwdi/install


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

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/install

    v27 v28  
    3737 * (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. 
    3838 * (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}}}: 
    4040  * {{{--enable-shared}}}: build shared libraries (default y) 
    4141  * {{{--enable-static}}}: build static libraries (default y) 
     
    5151  * {{{--with-userdir="<dir>"}}}: embed user defined driver files from the following location[[BR]] 
    5252  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 completion if 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. 
    5555 * Run '{{{make}}}' 
    5656 * The resulting library and examples can be retrieved in the {{{.libs}}} directory