From fd3408539897502018f59b74a180f5555a7cb761 Mon Sep 17 00:00:00 2001 From: iwamatsu Date: Sun, 19 Feb 2012 22:40:47 +0000 Subject: [PATCH] Update INSTALL Signed-off-by: Nobuhiro Iwamatsu --- INSTALL | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 3a9562c..0196c74 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,7 @@ INSTALL file for SLiM 0. Prerequisites: + - cmake - X.org or XFree86 - libxmu - libpng @@ -8,15 +9,13 @@ INSTALL file for SLiM 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.