File: INSTALL

package info (click to toggle)
i810switch 0.6.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 124 kB
  • ctags: 44
  • sloc: ansic: 273; makefile: 68; sh: 9
file content (22 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

				Install

To compile:

	% make

Then, as root, to install:

	# make install

This will install i810switch and i810rotate in /usr/bin.  The Makefile
supports DESTDIR, so, for example, to install into /my/path/usr/bin:

	# make DESTDIR="/my/path" install

To allow non-root users to use i810switch:

	# chmod u+s /usr/bin/i810switch

i810switch is not set suid by default, for the sake of security.