mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 06:10:38 +02:00
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
|
Build Requirements: libusb-dev, libconfuse-dev
|
||
|
|
||
|
Build and Installation:
|
||
|
./autogen.sh
|
||
|
./configure --enable-firmware --prefix=/usr
|
||
|
make
|
||
|
make install
|
||
|
*) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot,
|
||
|
target stages to /usr/share/xburst-tools/, usbboot configure file 'usbboot.cfg'
|
||
|
file into /etc/xburst-tools.
|
||
|
|
||
|
Buile Debian Package:
|
||
|
Please read debian/README.source
|
||
|
|