Changes between Version 1 and Version 2 of Building


Ignore:
Timestamp:
May 26, 2007, 10:46:03 PM (18 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building

    v1 v2  
    55== Check out [wiki:kBuild] ==
    66
    7 Make sure you have subversion install. If not take a look at this page http://subversion.tigris.org/project_packages.html and see if you can find a suitable package.
     7Make sure you have subversion installed. If not take a look at this page http://subversion.tigris.org/project_packages.html and see if you can find a suitable package.
    88
    9 The subversion url is http://svn.netlabs.org/repos/kbuild. However, when checking out you either want a branch or the trunk, do '''not''' want to check out the entire repository.
     9The subversion url is http://svn.netlabs.org/repos/kbuild. However, when checking out you either want a branch or the trunk, you do '''not''' wish to check out the entire repository.
    1010
    1111So, let's say you want to checkout the trunk to the current directory (.):
     
    2424== The Building ==
    2525
    26 The [wiki:kBuild] source tree is of course using [wiki:kBuild] to build itself. It is kind of self contained, meaning that there is already a full set of [wiki:kBuild] binaries checked in and it contains the [wiki:kBuild] 'distribution'. Use the shell scripts shipped with [wiki:kBuild] to setup the environment:
     26The [wiki:kBuild] source tree is of course using [wiki:kBuild] to build itself. It is kind of self contained, meaning that there is already a full set of [wiki:kBuild] binaries checked in and it contains the [wiki:kBuild] 'distribution'.
     27
     28First use one of the shell scripts shipped with [wiki:kBuild] to setup the environment:
    2729 * *nix: {{{kBuild/env.sh}}}
    2830 * OS/2: {{{kBuild/envos2.cmd}}}