home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / thingy / linux.txt < prev    next >
Encoding:
Text File  |  1996-04-08  |  1.5 KB  |  39 lines

  1. Thing Utils for Linux
  2. ---------------------
  3.  
  4. If you are a Linux user, you may need to know the following:
  5.  
  6. The precompiled binaries are compiled on an ELF system, gcc 2.7.0
  7. Custom Kernel 1.2.13.  The Linux source is heavily dependant on QEU v0.3,
  8. which is why it is not distributed here also, as that would mean including
  9. QEU.  I hope that the source will be released with the next version of QEU.
  10.  
  11. In the meantime, I can send additional source files to those who want them,
  12. just mail me.  You will need QEU 0.3 to compile.  Comaptibility with later
  13. or earlier versions of QEU can not be guaranteed!  Source code to Linux
  14. Thingy is in `C'.
  15.  
  16. The binaries are the files `exthing' and `upthing'.  You should ensure that
  17. they are in lower case to ease the typing :-)  You should also have executable
  18. permissions on these files (chmod a+x exthing) etc.
  19.  
  20. Note that the Linux version does _not_ create backups of files it overwrites,
  21. unlike the DOS version.
  22.  
  23. Die to the fact that UNIX text files don't have extraneous CRs in them, Linux
  24. EXTHING does not add them to the .THG files it creates.  Linux UPTHING does
  25. remove them, however, so that Linux users can use THG files created by DOS
  26. people.
  27.  
  28. There is a bug in exthing :(  If you omit the THING filename, _and_ extract
  29. the file directly from a pakfile, then the THING filename will be the same
  30. as the PAK file, not the BSP file.
  31.  
  32. eg:
  33.  
  34. exthing id1@test1
  35.  
  36. will produce a file `id1.thg', not `test1.thg'.
  37.  
  38. <tomw@tsys.demon.co.uk>
  39.