home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / editor / deu521gc / readme.gcc < prev    next >
Text File  |  1994-10-26  |  5KB  |  215 lines

  1.                =======================
  2.                          DEU
  3.  
  4.                 DOOM EDITOR UTILITIES
  5.  
  6.                      Version 5.21
  7.  
  8.                  DJGPP/GO32  version
  9.  
  10.                =======================
  11.  
  12.  
  13.  
  14.  
  15. A FIRST WORD
  16. ============
  17.  
  18.  Before you read this, you should read "README.1ST", which contains
  19.  information about DEU in general.
  20.  
  21.  
  22.  
  23. WHAT IS DEU 5.21 - DJGPP/GO32?
  24. =============================
  25.  
  26.  
  27.  A 32-bit version of Deu 5.21.
  28.  
  29.  
  30.  
  31.  
  32. WHAT IS DJGPP/GO32?
  33. ===================
  34.  
  35.   DJGPP - Copyright (C) DJ Delorie
  36.   GO32  - Copyright (C) DJ Delorie
  37.  
  38.  
  39.  GO32 is a 32-bit 80386 DOS extender. It supports full virtual memory
  40.  with paging to disk.
  41.  
  42.  DJGPP is DJ Delorie's port of GCC to DOS.
  43.  
  44.  
  45.  (see the file 'COPYLEFT' for full information !!!)
  46.  
  47.  
  48.  
  49. WHAT'S DIFFERENT FROM THE "ORIGINAL" 5.2 ?
  50. ==========================================
  51.  
  52.  
  53.  It's faster, can use all of your available memory (including that on
  54.  your harddrive). That should be enough.
  55.  
  56.  Also, you won't be able to run it on systems having DPMI. This means
  57.  that it won't work under Windows or OS/2, for example... The reason
  58.  for this is that it makes use of a graphics library, GRX, which doesn't
  59.  work with DPMI (see 'COPYLEFT'). Hopefully this will be fixed when
  60.  the next version of GRX is released. (soon?!?)
  61.  
  62.  
  63.  Remember this : If you can't get it running - use the "original" version
  64.  instead. See under DOCUMENTATION below where you can get it.
  65.  
  66.  *NO* documention (except this file), examples etc. is included in
  67.  this distribution. To get that, get the "original" version.
  68.  
  69.  
  70.  
  71. RUNNING DEU 5.21 DJGPP/GO32
  72. ===========================
  73.  
  74.  Requirements:
  75.  ~~~~~~~~~~~~~
  76.  
  77.   Basicly, you need a 386 or 486 which is able to run programs for
  78.   go32. A miminum of 512K RAM is required. You'll also need a VGA
  79.   screen (and card) supporting a minimal resolution of 640x480x256.
  80.  
  81.   But as I said above, it's possible that you can't get it running
  82.   on your system, if so use the "original" version! (see below)
  83.  
  84.  
  85.  Installation:
  86.  ~~~~~~~~~~~~~
  87.  
  88.  Unzip it into any directory on your hard drive using commands like:
  89.  
  90.        mkdir \games\doom\deu                [create a directory for it.]
  91.  
  92.        pkunzip a:deu52gcc.zip \games\doom\deu  [unzip from your a: drive.]
  93.  
  94.  
  95.  You will also have to set up things for go32:
  96.  
  97.  
  98.   [ The following is an excerpt from the docs for go32 ]
  99.  
  100.  
  101.   * Edit the included file 'runme.bat' to meet your requirements:
  102.  
  103.  
  104.     set GO32TMP=c:/tmp
  105.                 ^^^ this is where your paging file goes - if not set, the
  106.                 variables TMP and TEMP are checked in that order.  This
  107.                 should be a real drive.
  108.     set GO32=driver c:/djgpp/drivers/SOMETHING.grd gw 1024 gh 768
  109.                     ^^^ whatever driver works with your VGA
  110.  
  111.  
  112.    The GO32 environment variable:
  113.  
  114.  
  115.    This variable controls the options available in go32.  The syntax of
  116.    this variable is:
  117.  
  118.      SET GO32=[parm [value]] [parm [value]] . . .
  119.  
  120.     Parameters:  ( excerpt )
  121.  
  122.       nodpmi         don't use dpmi even if you find it.
  123.  
  124.       emu [path]     Use the specified file as the 80387 emulator
  125.  
  126.       driver [path]  Use the specified file as the graphics driver
  127.       gw [width]     Default graphics width
  128.       gh [height]    Default graphics height
  129.       nc [colors]    Number of colors
  130.  
  131.     These parameters may occur in any order.
  132.  
  133.     Examples:
  134.  
  135.         set GO32=driver c:/games/doom/deu/drivers/tseng4k.grd gw 800 gh 600 nc 256
  136.  
  137.      if you need a 387-emulator:
  138.  
  139.         set GO32=emu c:/games/doom/deu/emu/emu387 driver ...
  140.  
  141.  
  142.  
  143. DOCUMENTATION
  144. =============
  145.  
  146.  You should get the documentation with the original DEU ( Borland C version )
  147.  
  148.  The latest version of DEU and DEU DJGPP/GO32 is available at the following
  149.  FTP sites:
  150.  
  151.  For European users:
  152.      bear.montefiore.ulg.ac.be (139.165.8.25)
  153.      /pub/doom/deu/deu521.zip     ("original" version, docs, examples, source)
  154.      /pub/doom/deu/deu521gc.zip  (djgpp/go32 version, source, NO docs/ex:s)
  155.  
  156.  For other countries:
  157.      infant2.sphs.indiana.edu (129.79.234.115)
  158.      /pub/doom/deu/deu521{gc}.zip
  159.  
  160.  
  161.  You will probably also find it on other FTP sites, such as ftp.uwp.edu,
  162.  wuarchive.wustl.edu, hope.cit.hope.edu...
  163.  
  164.  If you cannot use FTP (because you have no direct Internet access), you
  165.  can get the files using FTPmail.  Send E-mail to: ftpmail@decwrl.dec.com,
  166.  with "HELP" as the only word in the message (no subject, no signature).
  167.  When you are familiar with FTPmail, you can use it to retreive the files
  168.  from one of the Doom FTP servers.
  169.  
  170.  
  171.  
  172. CREDITS
  173. =======
  174.  
  175.  DEU has been created by Brendon Wyber (b.wyber@csc.canterbury.ac.nz) and
  176.  Raphaël Quinet (quinet@montefiore.ulg.ac.be). The original port to
  177.  DJGPP/GO32 has been done by Per Allansson (c91peral@und.ida.liu.se),
  178.  with good help from Per Kofod (per@ollie.dnk.hp.com). A lot of other
  179.  people have contributed to the DEU project, see the DEU documentation.
  180.  
  181.  If you have contributions to make, read README.1ST to find out how
  182.  to contribute to DEU.
  183.  
  184.  
  185.  
  186. A LAST WORD
  187. ===========
  188.  
  189.  Remember, I only ported this. And it was fairly easy too. All the "real"
  190.  work has been done by others. I just tweaked their work a bit.
  191.  
  192.        /allan  ( c91peral@und.ida.liu.se )
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.