mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
cd7bc7f35a
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
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
|
|
|