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.
- Loading branch information
winkj
committed
Dec 6, 2004
0 parents
commit 128d819
Showing
63 changed files
with
13,676 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
3.0.3 - 2004.09.27 | ||
* First SLiM release |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
INSTALL file for SLiM | ||
|
||
0. Prerequisites: | ||
- X.org or XFree86 | ||
- libpng | ||
- libjpeg | ||
|
||
1. to build and install the program: | ||
./configure | ||
make | ||
make install (as root) | ||
|
||
2. configuration files | ||
If no additional options are specified at step 1, | ||
themes are installed into /usr/share/slim/themes | ||
the general config file is /usr/etc/slim.conf | ||
|
||
3. automatic startup | ||
Edit the init scripts according to your OS/Distribution. | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AUTOMAKE_OPTIONS = foreign | ||
SUBDIRS = src themes orig | ||
EXTRA_DIST=autogen.sh slim.conf THEMES | ||
|
||
sysconf_DATA = slim.conf |
Oops, something went wrong.