Developer Documentation: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
= Developer Documentation = | |||
* [[APKBUILD Reference]] | |||
* [[Alpine Package Testing Suite]] | * [[Alpine Package Testing Suite]] | ||
* [[Alpine Release Testing Checklist]] | * [[Alpine Release Testing Checklist]] | ||
Line 9: | Line 9: | ||
* [[Writing User Documentation for ACF]] | * [[Writing User Documentation for ACF]] | ||
= Alpine 'edge' build system = | == Alpine 'edge' build system == | ||
* [[General_description_of_the_build_system]] | * [[General_description_of_the_build_system]] | ||
Line 17: | Line 17: | ||
* [[Creating an Alpine package]] | * [[Creating an Alpine package]] | ||
= Misc. References = | == Misc. References == | ||
Other useful references. | Other useful references. | ||
* http://www.metoffice.gov.uk/research/nwp/external/fcm/doc/user_guide/working_practices.html - Some guidelines on use of Trac and SVN | * http://www.metoffice.gov.uk/research/nwp/external/fcm/doc/user_guide/working_practices.html - Some guidelines on use of Trac and SVN | ||
= Obsolete docs = | |||
== Obsolete docs == | |||
* [[Setting_up_the_build_environment_1.9]] | * [[Setting_up_the_build_environment_1.9]] | ||
* [[Setting up the build environment 1.7]] | * [[Setting up the build environment 1.7]] | ||
* [[Newbie Guide to Building an apk]] | * [[Newbie Guide to Building an apk]] | ||
* [[Creating patches]] | * [[Creating patches]] |
Revision as of 11:16, 7 March 2010
Developer Documentation
- APKBUILD Reference
- Alpine Package Testing Suite
- Alpine Release Testing Checklist
- Alpine Configuration Framework Design (Why ACF is the way it is)
- Development using git
- Installing Alpine on a virtual machine
- Writing User Documentation for ACF
Alpine 'edge' build system
- General_description_of_the_build_system
- Setting up the build environment (Lists the available build doc's)
- Setting_up_the_build_environment_on_HDD (Alpine on HDD)
- Setting_up_the_build_environment_in_chroot (In a chroot environment)
- Creating an Alpine package
Misc. References
Other useful references.
- http://www.metoffice.gov.uk/research/nwp/external/fcm/doc/user_guide/working_practices.html - Some guidelines on use of Trac and SVN