Skip to content

Commit 128d819

Browse files
author
winkj
committed
initial
0 parents  commit 128d819

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+13676
-0
lines changed

COPYING

+339
Large diffs are not rendered by default.

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
3.0.3 - 2004.09.27
2+
* First SLiM release

INSTALL

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
INSTALL file for SLiM
2+
3+
0. Prerequisites:
4+
- X.org or XFree86
5+
- libpng
6+
- libjpeg
7+
8+
1. to build and install the program:
9+
./configure
10+
make
11+
make install (as root)
12+
13+
2. configuration files
14+
If no additional options are specified at step 1,
15+
themes are installed into /usr/share/slim/themes
16+
the general config file is /usr/etc/slim.conf
17+
18+
3. automatic startup
19+
Edit the init scripts according to your OS/Distribution.
20+
21+

Makefile.am

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
AUTOMAKE_OPTIONS = foreign
2+
SUBDIRS = src themes orig
3+
EXTRA_DIST=autogen.sh slim.conf THEMES
4+
5+
sysconf_DATA = slim.conf

0 commit comments

Comments
 (0)