home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1998 March / Simtel-MSDOS-Mar1998-CD2.iso / disc2 / djgpp / v1tk / sw200a.txt < prev   
Text File  |  1995-11-21  |  2KB  |  54 lines

  1.    Project S∙W∙O∙R∙D
  2.    V2.00A
  3.  
  4.    SubSystem : Documentation
  5.    File      : SW200A.TXT
  6.    Author    : Eric NICOLAS
  7.    Overview  : Informations and installation of SWORD package
  8.    UpDate    : Nov 20, 1995
  9.  
  10. ** Copyright (C) 1993,1995 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).
  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. Installation
  37.    ---------------
  38.  
  39.          You must have the files :
  40.                 SW200A_1.ZIP
  41.                 SW200A_2.ZIP
  42.                 SW200A.TXT
  43.          and the PKUNZIP (or equivalent) unarchiver.
  44.  
  45.          Create a directory for SWORD on your hard disk (let say C: for
  46.     example), and keep the archive files on two floppy disks :
  47.                 MKDIR C:\SWORD
  48.          Extract all the files from archive n°1 :
  49.                 PKUNZIP -d A:\SW200A_1.ZIP C:\SWORD
  50.          Change floppy disk, and extract all the files from archive n°2 :
  51.                 PKUNZIP -d A:\SW200A_2.ZIP C:\SWORD
  52.  
  53.          Read the C:\SWORD\DOCS\README.1ST file for more informations.
  54.