Changeset 2423
- Timestamp:
- Oct 17, 2005, 9:23:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HowToBuild.txt
r2422 r2423 1 $Id$ 1 2 2 3 Tree Preparation … … 6 7 It is possible to use the netlabs CVS for src/emx. 7 8 2. Prepare the tools: 8 a) From tools/ directory and do: 9 a) From tools/ directory and do: 9 10 unzip packages/*.zip 10 11 b) Copy / unzip the gcc installation to tools/x86.os2/gcc/. … … 15 16 16 17 17 Building 18 Building 18 19 -------- 19 20 … … 22 23 Use 'make' from the root directory to build things. The default target 23 24 is called 'quick' and will to a quick build of everything assuming that 24 gcc and libs level is pretty much the same as the one you're building. 25 gcc and libs level is pretty much the same as the one you're building. 25 26 26 27 When doing this kind of build, we install the subcomponent as they are 27 built into 'obj/OS2/DEBUG/builtunix' and uses them for the building the 28 rest. The builtunix directory is at the head of all paths setup by the 28 built into 'obj/OS2/DEBUG/builtunix' and uses them for the building the 29 rest. The builtunix directory is at the head of all paths setup by the 29 30 env.cmd script. 30 31 31 When everything has been built, it is installed into 32 When everything has been built, it is installed into 32 33 bin/OS2/DEBUG/3.3.5-beta5/ (or whatever the release is set to). 33 34 … … 47 48 48 49 See Makefile for full reference on these and other targets. 50
Note:
See TracChangeset
for help on using the changeset viewer.