INSTALL 533 B

123456789101112131415161718192021
  1. INSTALL file for SLiM
  2. 0. Prerequisites:
  3. - cmake
  4. - X.org or XFree86
  5. - libxmu
  6. - libpng
  7. - libjpeg
  8. 1. to build and install the program:
  9. - edit the Makefile to adjust libraries and paths to your OS (if needed)
  10. - mkdir build ; cd build ; cmake ..
  11. or
  12. - mkdir build ; cd build ; cmake .. -DUSE_PAM=yes to enable PAM support
  13. or
  14. - mkdir build ; cd build ; cmake .. -DUSE_CONSOLEKIT=yes
  15. to enable CONSOLEKIT support
  16. - make && make install
  17. 2. automatic startup
  18. Edit the init scripts according to your OS/Distribution.