~ubuntu-branches/ubuntu/precise/slim/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INSTALL file for SLiM

0. Prerequisites:
 - 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
     or
 - make USE_PAM=1 to enable PAM support 
 - 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.