kahagon / php-usb

PHP bindings for libusb
Other
30 stars 9 forks source link

can't figure how to configure #1

Closed publiCities closed 2 years ago

publiCities commented 10 years ago

Sorry i'm a newbie in compilation... Can't figure what i need to indicate as "--with-usb" directory parameter. So i get this error: "checking for usb in default path... configure: error: not found"

Could you please help ?

kahagon commented 9 years ago

Sorry for too late response.

I have changed config script to make more simplify. --with-usb option has been abolished. Basically, you can execute ./configure without any other options. Please check out README.md for more detail.

kahagon commented 2 years ago

I've fixed configure script. 4cf80755e5192eb2842ca7a6a587884a688dc5da --with-usb option does not make sence anymore.

This option can receive argument 'yes' or 'no', and default is 'yes'. 'no' means 'does not configure to compile this ext'.

I mean this option has to ignored.

Regards,