-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
31 lines (21 loc) · 1.07 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1) Run the configure script ./configure
The following optional parameters may be provided:
--prefix=DIR: The location prefix for the location where the
nounours binary and theme files will be placed.
The nounours binary will be placed in PREFIX/bin,
and the theme files will be placed in
PREFIX/share/nounours/data.
--with-jpeg-include-path: location of the jpeglib.h, defaults to /usr/include/
--with-jpeg-lib-path: location of the libjpeg library
--with-xscreensaver-config-path: location of the xscreensaver config directory.
Defaults to /usr/share/xscreensaver/config
2) Run make:
make
3) Run make install:
make install
4) You will need to add a line to your ~/.xscreensaver file
to be able to choose Nounours as a screensaver. If this file
does not exist, run xscreensaver-demo, which will create it.
Then add the following line, after the line which says "programs:" :
nounours -screensaver -stretch -theme rainbow -sleep-after 300 -rows 3 -cols 6 \n\
Then restart xscreensaver-demo.