INSTALL.X11.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Compiling/Installing X11 VLarn
  2. ------------------------------
  3. VLarn should compile on any Unix-like OS (Linux, NetBSD, Solaris, etc).
  4. The code has only been tested with GCC on Unix based systems.
  5. It has been tested on the following systems:
  6. Pentium 4 running Red Hat Linux 7.1
  7. Amiga A4000/040 running NetBSD 1.5.2
  8. Sun UltraSparc running Solaris 2.5.2
  9. There is no configure script provided (or necessary.)
  10. Some Unix systems may need 'dos2unix' (or an equivalent command to strip ^M)
  11. to be run on the source files and the Makefile before compiling.
  12. NOTE: Source installation is the only form supported on Unix systems.
  13. To compile and install VLarn:
  14. 1. Edit Makefile.X11 to set system specific include and library paths.
  15. This may not be necessary as the default include path is the most
  16. common location for the necessary include files.
  17. Change the INSTALL_PATH and LIB_PATH in to specify the desired install
  18. location.
  19. 2. Edit config.h
  20. a) Set LIBDIR to the install location of the lib directory
  21. b) Make sure that only the appropriate OS define is uncommented.
  22. (UNIX_X11 for the X11 version).
  23. 4. Compile using make -f Makefile.X11
  24. 5. Install using make -f Makefile.X11 install