File: INSTALL

package info (click to toggle)
obsession 20140608-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: ansic: 956; makefile: 53
file content (27 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
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
## Configuring

To configure the destination directory:

	make configure PREFIX=/your/dir

By default, all files will be installed in /usr/local/ directory (actually
/usr/local/bin and /usr/local/share/locale).

## Building and installing

Type

	make
	make install

or if you wish to copy to another directory first, aka I'm building a package.

	make
	make install PREFIX=/your/dir


## Dependencies
	* gtk+ 3
	* glib 2
	* dbus
	* xlock (optional)