Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
  • Loading branch information
iwamatsu committed Feb 19, 2012
1 parent 09d9ff8 commit fd34085
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,22 +1,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)
- make
- mkdir build ; cd build ; cmake ..
or
- make USE_PAM=1 to enable PAM support
- make install
- 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

Pre-configured makefiles for some platform are available,
i.e. for FreeBSD use:
- make -f Makefile.freebsd
- make -f Makefile.freebsd install

2. automatic startup
Edit the init scripts according to your OS/Distribution.

0 comments on commit fd34085

Please sign in to comment.