home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / readme.txt < prev    next >
Text File  |  2002-07-02  |  3KB  |  91 lines

  1.  
  2. XWorkplace Source README
  3. (W) Ulrich Möller, July 2, 1999
  4. Last updated July 2, 2002, Ulrich Möller
  5.  
  6.  
  7. 0. CONTENTS OF THIS FILE
  8. ========================
  9.  
  10.     1. LICENSE, COPYRIGHT, DISCLAIMER
  11.     2. INTRODUCTION
  12.     3. COMPILATION/INSTALLATION
  13.     4. CONTRIBUTORS
  14.  
  15.  
  16. 1. LICENSE, COPYRIGHT, DISCLAIMER
  17. =================================
  18.  
  19.     Copyright (C) 1997-2002 Ulrich Möller
  20.                             and others (see the individual source files).
  21.  
  22.     This program is free software; you can redistribute it and/or modify
  23.     it under the terms of the GNU General Public License as contained in
  24.     the file COPYING in this distribution.
  25.  
  26.     This program is distributed in the hope that it will be useful,
  27.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  28.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  29.  
  30.  
  31. 2. INTRODUCTION
  32. ===============
  33.  
  34.     Welcome to the XWorkplace source code.
  35.  
  36.     Since XWorkplace is a fairly complex beast, I have tried to add
  37.     plenty of documentation, most of which is contained in the
  38.     PROGREF.INF file in the main directory of the source tree.
  39.  
  40.     In order to get to know XWorkplace's structure, you might first
  41.     want to read the "XWorkplace Internals" section in the XWorkplace
  42.     User Guide, which comes with the binary distribution already.
  43.  
  44.     The README that is used for the latest _binary_ release is in the
  45.     "001\readme" file.
  46.  
  47.  
  48. 3. COMPILATION/INSTALLATION
  49. ===========================
  50.  
  51.     See PROGREF.INF for detailed instructions.
  52.  
  53.     NOTE: The build process has been changed with V0.9.12.
  54.     PROGREF.INF has been updated to reflect these changes.
  55.  
  56.     Essentially, if you managed to build XWP before, you
  57.     need to
  58.  
  59.     1)  take a look at the new "config.in" file and adjust it to
  60.         match your system (this replaces the environment
  61.         variables which were necessary previously);
  62.  
  63.     2)  run "nmake dep" once to create .depend files in the
  64.         subdirectories;
  65.  
  66.     3)  run "nmake really_all" to build the whole system. As
  67.         opposed to plain "nmake", this builds the NLS and a
  68.         few extra programs too.
  69.  
  70.  
  71.     Working With Netlabs CVS
  72.     ------------------------
  73.  
  74.     Please see "cvs.txt" in this directory.
  75.  
  76.  
  77. 4. CONTRIBUTORS
  78. ===============
  79.  
  80.     Newer contributions (since about V0.9.1) are marked in xdoc
  81.     style. The following author acronyms are used in the code:
  82.  
  83.         umoeller            Ulrich Möller (djmutex@xworkplace.org)
  84.  
  85.         dk                  Dmitry Kubov <Dmitry@north.cs.msu.su>
  86.         jsmall              John Small (jsmall@lynxus.com)
  87.         lafaix              Martin Lafaix (lafaix@ibm.net)
  88.         pr                  Paul Ratcliffe (paul@orac.clara.co.uk)
  89.         kso                 Knut Stange Osmundsen (bird@anduin.net)
  90.  
  91.