Changeset 1609
- Timestamp:
- Nov 5, 1999, 11:32:14 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/Readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Readme.txt
r256 r1609 1 /* $Id: Readme.txt,v 1. 6 1999-06-30 17:27:58 sandervlExp $ */1 /* $Id: Readme.txt,v 1.7 1999-11-05 10:32:14 phaller Exp $ */ 2 2 3 39/06/99: Project Odin Source Code Notes 4 ======================================== 3 1999/11/05: Project Odin Source Code Notes 4 ========================================== 5 6 1.0 Introduction 7 ---------------- 8 9 This readme is intended for making people more familiar with ODIN and to describe 10 various aspects of the project such as accessing latest sources via cvs, building 11 the binaries, running win32 applications, how to identify and report problems and 12 bugs, as well as how to acticely participate in this very promising project. 13 14 19/06/99: Sander van Leeuwen (sandervl@xs4all.nl) 15 99/11/05: Patrick Haller (phaller@gmx.net) 16 17 18 1.1 Prerequisites: 19 ------------------ 5 20 6 21 Required compilers/tools: … … 55 70 - Source code style will be decided on in the near future. 56 71 57 19/06/99: Sander van Leeuwen (sandervl@xs4all.nl) 72 73 2.0 Accessing ODIN source code via CVS 74 -------------------------------------- 75 76 Please check out http://www.netlabs.org/ and http://www.netlabs.org/odin. 77 78 79 3.0 Building the binaries 80 ------------------------- 81 82 Basically, if your system setup meets above stated requirements, everything you need to 83 do for a binary build is: 84 85 make debug 86 87 or alternatively 88 89 make release 90 91 As the current state of the project is still known to be alpha level, one should expect 92 some functions not to work properly. Therefore, we recommend the use of the debug-version 93 which creates long logfiles for problem determination purpose and to allow active debugging 94 with debuggers such as IPMD, ICAT, KDB, etc. 95 96 Please note if you do not want to suffer from the performance loss of writing logfiles, you 97 can disable logging even with the debug binaries of ODIN by setting: 98 99 SET NOWIN32LOG=YES 100 101 To enable logging again, clear this environment variable by typing: 102 103 SET NOWIN32LOG= 104 105 106 3.1 Build problems 107 ------------------ 108 109 ODIN is moving at fast pace. Sometimes side effects of source dependencies may require you 110 to do a full rebuild of the binaries instead of an incremental build. 111 112 However, rarely it also happens the sources contained in the CVS repository do not build 113 completely due to erroneous source code. Usually, this is fixed within two days at maximum. 114 In such event, one can normally stick with the previous version of the particular module 115 to further test win32 applications on ODIN. 116 117 Please report such build problems through the appropriate channel. 118 119 120 3.2 Downloading daily built binaries 121 ------------------------------------ 122 123 http://www.os2.org/ has setup a ftp server that hosts the automatically built binaries 124 on daily basis. For people that do not have a suitable development setup for ODIN, we 125 provide latest binary code that way. 126 127 128 4.0 Running Win32 applications on ODIN 129 -------------------------------------- 130 131 132 5.0 How to identify and report problems 133 --------------------------------------- 134 135 136 5.1 Understanding the logfiles 137 ------------------------------ 138 139 140 5.2 Reporting a problem 141 ----------------------- 142 143 144 6.0 Project participation 145 ------------------------- 146 147 As ODIN became an open source project, everybody is kindly invited to contribute his share 148 to the progress of the project. May it be active coding, fixing bugs or just providing 149 detailed information about examined problems. 150 151 We suggest you subscribe to win32os2-WAI and the corresponsing mailing lists on http://www.egroups.com. 152 In case you are interested in participating, every member of the project will be happy 153 to give you direction to the right places and to give a personal introduction to further 154 development of the particular modules. 155 156
Note:
See TracChangeset
for help on using the changeset viewer.
