File: INSTALL

package info (click to toggle)
slim 1.3.4-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,928 kB
  • sloc: cpp: 3,435; ansic: 204; sh: 188; makefile: 16
file content (21 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INSTALL file for SLiM

0. Prerequisites:
 - cmake
 - X.org or XFree86
 - libxmu
 - libpng
 - libjpeg

1. to build and install the program:
 - edit the Makefile to adjust libraries and paths to your OS (if needed)
 - mkdir build ; cd build ; cmake ..
     or
 - mkdir build ; cd build ; cmake .. -DUSE_PAM=yes to enable PAM support
     or
 - mkdir build ; cd build ; cmake .. -DUSE_CONSOLEKIT=yes
   to enable CONSOLEKIT support
 - make && make install
 
2. automatic startup
Edit the init scripts according to your OS/Distribution.