Changes between Initial Version and Version 1 of BuildLibc


Ignore:
Timestamp:
Nov 16, 2005, 6:49:42 AM (18 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildLibc

    v1 v1  
     1This is some early thoughts on the process of building LIBC and the other tools in the LIBC repository. People with better english skills and first hand experience in doing this stuff from scratch are welcome to help filling in the gaps.
     2
     3= Select Source Tree =
     4
     5Before even checking out the sources, you have to decide which sources to get. There are the following options:
     6 * The trunk - development branch. url: http://svn.netlabs.org/repos/libc/trunk/
     7   Choose this if you are interested in helping out with/on new features and make the upcoming world a better place.
     8 * The libc-0.6 branch - release branch. url: http://svn.netlabs.org/repos/libc/branches/libc-0.6/
     9   Choose this if you are out for bugfixing in or backporting bugfixes to in this release, of if you are simply hunrgy from something to build.
     10   This is also the right choice if you want something which is 100% sure to be usable.
     11 * The libc-0.5 branch - old release branch. url: http://svn.netlabs.org/repos/libc/branches/GCC_3-2-2_BETA4_BRANCH/
     12   Choose this if you have critical bugs which needs fixing in the 0.5 release. Only critical fixes are accepted.
     13
     14= Checking Out The Tree =
     15
     16
     17= Setting Up The Build Environment =
     18
     19== Required Tools ==
     20
     21
     22= Doing The Build =
     23
     24
     25
     26= About Releasing =
     27
     28It is not permitted for anyone other than the release engineer (i.e. bird) to publish libc builds using the natural series of dll names, since this will cause confusion among users and incompatibility between the official releases and your releases. Not complying with this simple rule is a sure way of pissing people of, at least bird.
     29
     30The natural series is expressed by this regexp '/^libc[0-9][0-9][0-9]*[abr]*[0-9]*\.dll$/'. Examples: libc05.dll, libc06.dll, libc06a1.dll, libc06b4.dll, libc06r2.dll, libc07r1.dll, libc10.dll, and libc100a.dll