INSTALL 492 B

123456789101112131415161718192021
  1. INSTALL file for SLiM
  2. 0. Prerequisites:
  3. - X.org or XFree86
  4. - libpng
  5. - libjpeg
  6. 1. to build and install the program:
  7. - edit the Makefile to adjust libraries and paths to your OS (if needed)
  8. - make
  9. or
  10. - make USE_PAM=1 to enable PAM support
  11. - make install
  12. Pre-configured makefiles for some platform are available,
  13. i.e. for FreeBSD use:
  14. - make -f Makefile.freebsd
  15. - make -f Makefile.freebsd install
  16. 2. automatic startup
  17. Edit the init scripts according to your OS/Distribution.