forked from AeroNotix/slim-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |