Changes between Version 1 and Version 2 of Guidelines
- Timestamp:
- 08/16/07 10:04:15 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines
v1 v2 1 [[TOC]] 2 3 = Guidelines = 4 5 This page discusses some guidelines about using the !BePorts' Trac site. 6 1 7 == Merging with the main tree == 2 8 3 Autotools 4 5 PortingTips 9 A port should aim to get merged with the original software's main source tree. Many open source projects use the GNU [http://en.wikipedia.org/wiki/GNU_build_system Autotools] in order to be portable on a source level. While the concept is great, [http://www.gnu.org/software/autoconf/ Autoconf] and [http://www.gnu.org/software/automake/ Automake] are quite daunting. It is however worthwhile to learn at least a minimum about the GNU autotools. It will only help you. The PortingTips contains links to more information about Autoconf and Automake. 6 10 7 11 == The PortLog ==
