home *** CD-ROM | disk | FTP | other *** search
/ Sams Teach Yourself C in 21 Days (6th Edition) / STYC216E.ISO / mac / DJGPP / v2tk / sw21.txt < prev    next >
Text File  |  1996-04-27  |  3KB  |  75 lines

  1.    Project S.W.O.R.D
  2.    V2.10
  3.  
  4.    SubSystem : Documentation
  5.    File      : SW210.TXT
  6.    Author    : Eric NICOLAS
  7.    Overview  : Informations and installation of SWORD package
  8.    UpDate    : Apr 14, 1996
  9.  
  10. ** Copyright (C) 1993-1996 The SWORD Group
  11. **
  12. ** This file is distributed under the terms listed in the document
  13. ** "copying.en". A copy of "copying.en" should accompany this file.
  14. ** if not, a copy should be available from where this file was obtained.
  15. ** This file may not be distributed without a verbatim copy of "copying.en".
  16. **
  17. ** This file is distributed WITHOUT ANY WARRANTY; without even the implied
  18. ** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  19.  
  20.  
  21.    1. What is S.W.O.R.D ?
  22.    ----------------------
  23.  
  24.          SWORD means System of Windows for the ORganisation of the Desktop.
  25.          It is a Graphic User Interface (GUI) made with C++ objects, and
  26.     it is accessible with Turbo C++ and GNU C++ (djgpp V1 or V2).
  27.          It provides to the programmer all objects that are necessary to
  28.     implement a nice and intuitive GUI. With Sword, all your programs will
  29.     look as nice as NeXT interface. Thanks to object oriented programming,
  30.     this interface is very easy to program.
  31.          The basic concepts behind the objects in SWORD are :
  32.          -> Linked lists (or in fact linked trees)
  33.          -> Events mecanism
  34.          -> Efficient way of managing overlapping windows
  35.  
  36.    2. What's new since 2.00A ?
  37.    ---------------------------
  38.  
  39.          There have been a lot of improvements since versions 2.00a. 
  40.     Some are not visibles (optimization of the overlapping system, ...), 
  41.     some are visibles. The main obvious new things are : Much more sample 
  42.     programs, and much more documentation.
  43.          Also, the toolboxes have been more tested and completed.
  44.     Particularly the Image toolbox has been greatly improved.
  45.  
  46.    3. Installation
  47.    ---------------
  48.  
  49.          You must have the files :
  50.                 PART1.ZIP
  51.                 PART2.ZIP
  52.                 DOCS.ZIP
  53.                 SW210.TXT (this file)
  54.          and one of the files :
  55.                 BIN_TC.ZIP
  56.                 BIN_DJ1.ZIP
  57.                 BIN_DJ2.ZIP
  58.          and the PKUNZIP (or equivalent) unarchiver.
  59.  
  60.          If you installed previous version V2.00A, it is better to
  61.     destroy those files before installing the new one, in order to
  62.     avoid a strange mix between the two version (or to install them
  63.     in two different directories).
  64.  
  65.          Create a directory for SWORD on your hard disk (let say C: for
  66.     example) :
  67.                 MKDIR C:\SWORD
  68.          Extract all the files from archives :
  69.                 PKUNZIP -d PATH1.ZIP C:\SWORD
  70.                 PKUNZIP -d PATH2.ZIP C:\SWORD
  71.                 ...
  72.  
  73.          Read the C:\SWORD\DOCS\README.1ST file for more informations.
  74.  
  75.