-
Notifications
You must be signed in to change notification settings - Fork 7
/
INSTALL
31 lines (20 loc) · 931 Bytes
/
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
slkbuild: arch-like wrapper script for easy packaging
This distribution will run on most UNIX systems.
Its currently developed under Linux.
Installing
---------
The preferred method for installing slkbuild is to use the Makefile script
compatible with most UNIX systems that contain the "make" command.
To install slkbuild on these platforms run the following commands:
make
make install
There are several optional parameters that you may pass to the Makefile
script to customize slkbuild for your applications. These include:
* DESTDIR: The default destination directory (default: /)
* PREFIX: The default prefix (default: /usr/local)
* SYSCONFDIR: The default configuration location (default: /etc)
You can export these as environment variables or put them in the same
line as the make commands. If SYSCONFDIR is to be set, it should be done
both for both steps. Example:
make
make install PREFIX=/usr