home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xco212p.zip / readme.1st
Text File  |  1996-03-06  |  3KB  |  101 lines

  1. README.1ST                       Copyright (c) 1991,96 xTech Ltd
  2. ----------------------------------------------------------------
  3.  
  4.                       XDS 2.12 native code
  5.                       --------------------
  6.                        (OS/2 Pre-Release)
  7.  
  8. 1. Installation Notes
  9.  
  10. To  install XDS, create a new directory and unzip the contents of 
  11. this  archive  into  it.  For example,  assuming that the archive 
  12. resides on a floppy disk A:, you should type:
  13.  
  14. c:
  15. mkdir XDS
  16. cd XDS
  17. unzip a:\xco212p.zip
  18.  
  19. In  the  following  text  we  assume  that  you choose the C:\XDS
  20. directory for installation. If another directory was used, please
  21. use the name of that directory instead.
  22.  
  23. Then you'll have to edit your CONFIG.SYS file:
  24.  
  25.  - add the directory C:\XDS\BIN to executables search PATH
  26.    
  27.  - add the directory C:\XDS\DOC to BOOKSHELF environment variable
  28.    which is used by on-line documentation viewer.
  29.  
  30. Shutdown and reboot your system to make the changes work. 
  31.  
  32. To create Workplace Shell objects for XDS, type
  33.  
  34. xdsdesk
  35.  
  36. at the OS/2 command line prompt.
  37.    
  38.  
  39. 1.1. Directory Structure
  40.  
  41. The following directory structure is created during installation:
  42.  
  43. C:\XDS\
  44.         DOC             useful *.txt and *.inf files 
  45.         BIN             executable and system files
  46.         DEF             library definition modules
  47.         CDEF            ANSI C interface library definition modules
  48.         ISODEF          ISO library definition modules
  49.         LIB             "*.lib" files
  50.         ODEF            Oberon-2 libraries pseudo-definition modules
  51.         SYM             symbol files
  52.         SAMPLES         Modula-2/Oberon-2 code samples
  53.  
  54.         
  55. 2. Creating the Working Directory
  56. ---------------------------------
  57.  
  58. The "mkwrkdir" command file (C:\XDS\BIN\mkwrkdir.cmd) will help you
  59. to create the working directory:
  60.  
  61.     mkwrkdir
  62.  
  63. The command file will ask you for a name of your working directory. It
  64. will  be  created along with an appropriate subdirectory structure and 
  65. a redirection file.  You will be also asked  whether you would like to
  66. work  with  sample programs provided in the package.  If you answer Y,
  67. the  required  lines will be added to  the redirection file.  The file 
  68. C:\XDS\DOC\SAMPLES.TXT  contains  a  brief  description  of all sample 
  69. programs included.
  70.  
  71.  
  72. 3. How to start
  73. ----------------
  74.  
  75. To start XDS IDE use the following command line in your working directory
  76.  
  77.         xds 
  78.         
  79. To start XDS compiler from the command line use 
  80.    
  81.         xc {options | modes} module_or_project_file {options | modes}
  82.  
  83. To view the on-line documentation, type        
  84.  
  85.         view xdsug
  86.         
  87. You can also use WPS objects if you have created them (see section 1).
  88.         
  89.  
  90. 4. See also the following files
  91. ---------------------------------
  92.  
  93.     intro.txt        introduction to pre-release version of XDS
  94.     whatsnew.txt     what is new in v2.12
  95.     problems.txt     possible problems, bug report
  96.     samples.txt      description of samples
  97.     os2api.txt       short remarks on OS/2 API support
  98.     bench.txt        benchmark testing results
  99.     xds.txt          pre-release version license policy
  100.  
  101.