INSTALL 502 B

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