Skip to content

Commit fd34085

Browse files
author
iwamatsu
committed
Update INSTALL
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
1 parent 09d9ff8 commit fd34085

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

INSTALL

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
INSTALL file for SLiM
22

33
0. Prerequisites:
4+
- cmake
45
- X.org or XFree86
56
- libxmu
67
- libpng
78
- libjpeg
89

910
1. to build and install the program:
1011
- edit the Makefile to adjust libraries and paths to your OS (if needed)
11-
- make
12+
- mkdir build ; cd build ; cmake ..
1213
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
1519

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-
2120
2. automatic startup
2221
Edit the init scripts according to your OS/Distribution.

0 commit comments

Comments
 (0)