1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:09:40 +02:00
xburst-tools/INSTALL

24 lines
751 B
Plaintext
Raw Normal View History

Build Requirements: libusb-dev, libconfuse-dev
This requires a mipsel-openwrt-linux- cross-toolchain in your $PATH. You
can get one by building the development environment from Qi Hardware, for
example.
git://projects.qi-hardware.com/openwrt-xburst.git xburst
See the Qi Hardware wiki for details.
http://en.qi-hardware.com/wiki/Building_Software_Image
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