Developer Documentation: Difference between revisions
(Created page with '= Developer Documentation = Documentation how to build and modify the Alpine distro. * Alpine Package Testing Suite * Alpine Configuration Framework Design (Why ACF is t...') |
(Reorganizing the Developer docs) |
||
Line 8: | Line 8: | ||
* [[Writing User Documentation for ACF]] | * [[Writing User Documentation for ACF]] | ||
== Alpine | == Alpine 'edge' build system == | ||
* [[Setting up the build environment]] | * [[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]] | * [[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 | |||
== Obsolete docs == | == Obsolete docs == | ||
* [[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 15:07, 19 October 2009
Developer Documentation
Documentation how to build and modify the Alpine distro.
- Alpine Package Testing Suite
- 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