I'm trying to install libusb, and no nothing about unix what so ever! The only reason I need libusb to run a gamboy advance USB flash back-up which usually only comes with PC software, I found OS X software on-line that runs in terminal, I'm not a developer, I've got developer tools though. What do I do? And can someone explain it to me in laymans terms?
(Am I taking on too much?) :confused:
AntiGenX
04-11-2005, 08:51 AM
Do you have any basic skills with the UNIX command line?
99th_legion
04-11-2005, 12:45 PM
None what so ever, where should I start???
hayne
04-11-2005, 01:54 PM
Start with this Unix tutorial:
http://www.osxfaq.com/Tutorials/LearningCenter/
99th_legion,
After studying the above tutorials, if you're in Panther and if you have the latest Xcode Tools installed, install Fink (http://fink.sourceforge.net/), then configure it to use the "unstable" (http://homepage.mac.com/sao1/fink/index.html#top17) branch and then you can use it to install from source the package libusb (http://fink.sourceforge.net/pdb/package.php/libusb)-0.1.8-13 (Portable library for USB device access).
.