From: Matt H. <mh...@me...> - 2011-08-05 01:28:56
|
I've used usbpicprog with fedora for quite awhile without problems. If you don't want to install multiple versions for wxWidgets (Fedora 13/14/15 are still shipping 2.8.x) you can build wxWidgets without installing it, and then specify the wxwidgets location in the usbpicprog configure script. configure --help to find the option. Matt On 08/04/2011 11:35 PM, william estrada wrote: > Hi group, > > I have installed usbpicprog on my laptop running Fedora 13. It was > not quick! > For the list here is what I did to get it installed: > > > Yum install libusb\* > Download current wxWidget (wxWidgets-2.9.1.tar.bz2 ) > tar jxf wxWidgets-2.9.1.tar.bz2 > cd tar jxf wxWidgets-2.9.1 > configure > make > sudo make install > sudo ldconfig > Download usbpicprog source from SourceForge. > configure > make > sudo make install > export LD_LIBRARY_PATH=/usr/local/lib/:/usr/lib64/ > > now usbpicprog should run? > > I will know if it works when I get the hardware delivered. The > program runs > but I don't know if it works. > > > > > > -- > William Estrada > Mt Umunhum, CA, USA > HTTP://64.124.13.3 ( Mt-Umunhum-Wireless.net ) > Skype: MrUmunhum > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos& much more. Register early& save! > http://p.sf.net/sfu/rim-blackberry-1 > > > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |