File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
INSTALL file for SLiM
2
2
3
3
0. Prerequisites:
4
+ - cmake
4
5
- X.org or XFree86
5
6
- libxmu
6
7
- libpng
7
8
- libjpeg
8
9
9
10
1. to build and install the program:
10
11
- edit the Makefile to adjust libraries and paths to your OS (if needed)
11
- - make
12
+ - mkdir build ; cd build ; cmake ..
12
13
or
13
- - make USE_PAM=1 to enable PAM support
14
- - make install
14
+ - mkdir build ; cd build ; cmake .. -DUSE_PAM=yes to enable PAM support
15
+ or
16
+ - mkdir build ; cd build ; cmake .. -DUSE_CONSOLEKIT=yes
17
+ to enable CONSOLEKIT support
18
+ - make && make install
15
19
16
- Pre-configured makefiles for some platform are available,
17
- i.e. for FreeBSD use:
18
- - make -f Makefile.freebsd
19
- - make -f Makefile.freebsd install
20
-
21
20
2. automatic startup
22
21
Edit the init scripts according to your OS/Distribution.
You can’t perform that action at this time.
0 commit comments