summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:43:39 +0200
committerSimon Rettberg2021-04-07 13:38:37 +0200
commit38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch)
tree9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /INSTALL
parentMaybe not remove, but ... (diff)
downloadxscreensaver-openslx.tar.gz
xscreensaver-openslx.tar.xz
xscreensaver-openslx.zip
xscreensaver 6.00v28r1openslx
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 28 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 50dbe43..67d57d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,30 @@
-Basic Installation
-==================
+XScreenSaver Installation
+=========================
+
+ ./configure --help
+
+ ./configure --prefix=/usr
+ make
+ sudo make install
+ make clean
+
+ xscreensaver &
+ xscreensaver-settings
+
+ There are many compilation dependencies. The configure script will
+ tell you what is missing. At the least, you will need development
+ versions of these libraries:
+
+ perl pkg-config gettext intltool libx11 libxext libxi libxt
+ libxft libxinerama libxrandr libxxf86vm libgl libglu libgle
+ libgtk2 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 libxml2 libpam
+ dbus libsystemd elogind
+
+ BSD systems might need gmake instead of make.
+
+
+Boilerplate 'Configure' Instructions
+====================================
These are generic installation instructions.
@@ -36,8 +61,7 @@ The simplest way to compile this package is:
2. Type `make' to compile the package.
- 3. Optionally, type `make check' to run any self-tests that come with
- the package.
+ 3. [There is no number three]
4. Type `make install' to install the programs and any data files and
documentation.