Changeset 1609


Ignore:
Timestamp:
Nov 5, 1999, 11:32:14 AM (26 years ago)
Author:
phaller
Message:

enhancements ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Readme.txt

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