Changeset 5010 for trunk/doc


Ignore:
Timestamp:
Jan 22, 2001, 7:26:08 PM (25 years ago)
Author:
sandervl
Message:

update

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Readme.txt

    r4835 r5010  
    8383-----------------------------
    8484
     85Daily builds of Odin are available at ftp://ftp.os2.org/odin/daily.
     86For people that do not have a suitable development setup for ODIN,
     87we provide the latest binary code that way.
     88
    8589Odin daily builds are now also distributed as WarpIn archives.
    8690WarpIn is a generic OS/2 installation application that can be
    8791downloaded from warpin.netlabs.org.
    8892
    89 To install Odin run warpin.exe with the name of the daily build archive
     93Manual installation without WarpIn is not recommended. If you don't use WarpIn,
     94then you *must* execute odininst.exe in the Odin system32 directory. (the first
     95time Odin is installed or when the ChangeLog mentions fixes/changes in the
     96installer)
     97
     98To install Odin, run warpin.exe with the name of the daily build archive
    9099as parameter.
    91100Follow the instructions to complete the installation.
     
    518527debuginfo to LX with HLL (IPMD/ICSDEBUG) debuginfo for
    519528sourcelevel debugging of Win32 executables under Odin32. This
    520 is not yet implemented but are being worked on.)
     529is not yet implemented but is being worked on.)
    521530
    522531
     
    536545- Professional Minesweeper
    537546- Windiff (part of Win32 SDK)
     547- RealPlayer 7/8
     548- Lotus Notes 5.0 (partly anyway)
     549- Acrobat Distiller 3.0
    538550
    539551Note that many other applications load and/or partly work.
     
    543555------------------------------------
    544556
    545 In this early stage it is not required that you report every
    546 bug to the developers as we still have huge lists of to do items.
    547 However, an application compatibility database has been created
    548 at Netlabs where you can share your experiences with Odin.
     557Bug reports can be sent to the Odin users mailinglist (odinusers@egroups.com;
     558visit www.egroups.com for information about joining).
     559The file ReportingBugs.txt explains how to send in a proper bug report.
     560
     561An application compatibility database has been created at Netlabs
     562where you can share your experiences with Odin.
    549563The application compatibility database can be found at
    550564
    551565http://www.netlabs.org/odin/appdatabase
    552566
    553 
    554 Project Odin Source Code Notes
    555 ==============================
    556 
    557 1.0 Introduction
    558 ----------------
    559 
    560 This readme is intended for making people more familiar with ODIN and to
    561 describe various aspects of the project such as accessing latest sources via
     567NOTE: The application database is not meant for bug reports.
     568
     569
     5705.0 Project Odin Source Code Notes
     571----------------------------------
     572
     5735.1.0 Introduction
     574------------------
     575
     576This chapter is intended for people more familiar with ODIN. It describes
     577the various aspects of the project such as accessing the latest sources via
    562578cvs, building the binaries, running win32 applications, how to identify and
    563579report problems and bugs, as well as how to participate in this very
     
    565581
    566582
    567 1.1 Prerequisites:
    568 ------------------
     5835.1.1 Prerequisites:
     584--------------------
    569585
    570586Required compilers/tools:
    571587        - IBM VisualAge 3.0 (CTx8 fixpack applied)
    572           (version 3.6 might also work, but version 4 is not
    573            recommended)
     588          (version 3.6 might also work; version 4 is not recommended)
    574589        - OS/2 Warp 4 Toolkit (project apparently doesn't compile with
    575590          VAC's OS/2 headers)
     
    613628
    614629
    615 2.0 Accessing ODIN source code via CVS
    616 --------------------------------------
     6305.2.0 Accessing ODIN source code via CVS
     631----------------------------------------
    617632
    618633Please check out http://www.netlabs.org/ and http://www.netlabs.org/odin.
    619634
    620635
    621 3.0 Building the binaries
    622 -------------------------
    623 
    624 Basically, if your system setup meets above stated requirements, everything you
    625 need to do for a binary build is:
    626 
     6365.3.0 Building the binaries
     637---------------------------
     638
     639The first time you want to build Odin, you must first run configure.cmd.
     640This REXX script creates the file makefile.inc, which contains the absolute
     641paths of important build directories.
     642
     643If your system setup meets above stated requirements, everything you
     644need to do next for a binary build is:
     645 
    627646  nmake DEBUG=1
    628647
     
    649668in the nodebuginfo build and not present in the release build.
    650669
    651 3.1 Build problems
    652 ------------------
     6705.3.1 Build problems
     671--------------------
    653672
    654673ODIN is moving at a fast pace. Sometimes side effects of source dependencies may
     
    664683
    665684
    666 3.2 Downloading daily built binaries
    667 ------------------------------------
     6855.3.2 Downloading daily built binaries
     686--------------------------------------
    668687
    669688http://www.os2.org/ has setup an ftp server that hosts the automatically
     
    672691
    673692
    674 4.0 Project participation
    675 -------------------------
     6935.4.0 Project participation
     694---------------------------
    676695
    677696As ODIN became an open source project, everybody is kindly invited to
     
    680699examined problems.
    681700
    682 We suggest you subscribe to win32os2-wai and the corresponsing mailing lists
     701We suggest you subscribe to win32os2-wai and the corresponding mailing lists
    683702on http://www.egroups.com.
    684703In case you are interested in participating, every member of the project will
     
    686705introduction to further development of the particular modules.
    687706
     707
     7086.0 Warranty
     709------------
     710
     711EXCEPT AS OTHERWISE RESTRICTED BY LAW, THIS WORK IS PROVIDED
     712WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES OF ANY KIND, INCLUDING
     713BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF FITNESS FOR A
     714PARTICULAR PURPOSE, MERCHANTABILITY OR TITLE.  EXCEPT AS
     715OTHERWISE PROVIDED BY LAW, NO AUTHOR, COPYRIGHT HOLDER OR
     716LICENSOR SHALL BE LIABLE TO YOU FOR DAMAGES OF ANY KIND, EVEN IF
     717THEY HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  • trunk/doc/ToDO.txt

    r4600 r5010  
    1 /* $Id: ToDO.txt,v 1.10 2000-11-15 20:33:24 sandervl Exp $ */
     1/* $Id: ToDO.txt,v 1.11 2001-01-22 18:26:08 sandervl Exp $ */
    22
    33To Do list for ODIN:
     
    3737                        (partially done)
    3838                       
    39 NOONE           USER32: Fix LoadImage to resize icons, cursors or bitmaps
     39NOONE  DONE     USER32: Fix LoadImage to resize icons, cursors or bitmaps
    4040                        to the specified dimensions (if required)
    41                         (partially done)
    4241
    4342NOONE           WINMM: wave recording
Note: See TracChangeset for help on using the changeset viewer.