Dextrose/Building: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
yum upgrade | yum upgrade | ||
yum install libtomcrypt-devel bitfrost crcimg make gcc mtd-utils python-imgcreate zip unzip zlib-devel lzma | yum install libtomcrypt-devel bitfrost crcimg make gcc mtd-utils python-imgcreate zip unzip zlib-devel lzma | ||
* Install the olpc-bootanim-tools package: | |||
rpm -i http://download.sugarlabs.org/dextrose/testing/dx3/rpms/x86_64/os/olpc-bootanim-tools-2.14-1.bernie1.fc16.x86_64.rpm | |||
Alternatively, you could rebuild the olpc-bootanim package from source: | |||
wget http://download.sugarlabs.org/dextrose/testing/dx3/rpms/source/olpc-bootanim-2.14-1.bernie1.fc16.src.rpm | |||
rpmbuild --rebuild olpc-bootanim-2.14-1.bernie1.fc16.src.rpm | |||
rpm -U ~/rpmbuild/RPMS/*/olpc-bootanim-tools-*.rpm | |||
* Checkout the Dextrose build system | * Checkout the Dextrose build system | ||
| Line 26: | Line 36: | ||
cd dextrose | cd dextrose | ||
make | make | ||
* Generate initial sequence number for the builds (42 is just an example) | * Generate initial sequence number for the builds (42 is just an example) | ||