Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@208 7c53e7cc-98ea-0310-8f1f-a0b24da60408
  • Loading branch information
iwamatsu committed Feb 19, 2012
1 parent cb44649 commit d9695a0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions INSTALL
@@ -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 d9695a0

Please sign in to comment.