| 1 | Build Requirements: libusb-dev, libconfuse-dev |
| 2 | This requires a mipsel-openwrt-linux- cross-toolchain in your $PATH. You |
| 3 | can get one by building the development environment from Qi Hardware, for |
| 4 | example. |
| 5 | |
| 6 | git://projects.qi-hardware.com/openwrt-xburst.git xburst |
| 7 | |
| 8 | See the Qi Hardware wiki for details. |
| 9 | |
| 10 | http://en.qi-hardware.com/wiki/Building_Software_Image |
| 11 | |
| 12 | Build and Installation: |
| 13 | ./autogen.sh |
| 14 | ./configure --enable-firmware --prefix=/usr |
| 15 | make |
| 16 | make install |
| 17 | *) make install will install the 'usbboot' and 'xbboot' binary to /usr/bin/usbboot, |
| 18 | target stages to /usr/share/xburst-tools/, usbboot configure file 'usbboot.cfg' |
| 19 | file into /etc/xburst-tools. |
| 20 | |
| 21 | Buile Debian Package: |
| 22 | Please read debian/README.source |
| 23 | |
| 24 | Create Source tarball, for example, version is: '201007' |
| 25 | git archive -v --format=tar 201007 |bzip2 > ../xburst-tools_201007.tar.bz2 |
| 26 | |