Building the RPM

1. Get the production.spec file.
2. Create the /usr/src/redhat/BUILD/p directory
3. Make sure you have the production system perfectly configured (as per these or these instructions), with the setup script located in /usr/local/bin.
4. In the directory that contains the spec file, type:
rpm -bb production.spec
5. The process will last about 10-15 minutes, and will create an RPM in /usr/src/redhat/RPMS/armv4l

Maintained by Patrice LaFlamme (patrix@netwinder.org).