Skip to content

ashima/static_dfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git submodule init
git submodule update
cd libusb
./autogen.sh
./configure
make
cd ..
cd dfu-util
./autogen.sh
 USB_CFLAGS=-I`pwd`/../libusb/libusb/ USB_LIBS="`pwd`/../libusb/libusb/.libs/*.a -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -lobjc" ./configure
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published