Ticket #12 (closed defect: fixed)
better install documentation
| Reported by: | aj | Owned by: | OpenCT Developers |
|---|---|---|---|
| Priority: | normal | Component: | general |
| Version: | 0.6.6 | Severity: | normal |
| Keywords: | Cc: |
Description
On Wednesday 21 September 2005 11:23, Simon Eisenmann wrote:
Hi,
i just compiled openct trunk and had some problems to include libusb support as the configure script relies on libusb using pkg-config. My libusb installation (FC4) and the sources does not seem to use pkg-config though. Openct compiles fine when setting the environment variables manually.
Hi Simon,
does your libusb include a *.pc file? if yes: please export PKG_CONFIG_PATH=/path/to/that/dir if no: please export LIBUSB_CFLAGS="-I/whatever/include"
export LIBUSB_LIBS="-L/whatever/lib -lusb"
the later will also work if your *.pc file is broken.
please let me know if that works for you.
Andreas
Change History
Note: See
TracTickets for help on using
tickets.
