File: INSTALL

package info (click to toggle)
raidtools 0.42-16
  • links: PTS
  • area: main
  • in suites: slink
  • size: 392 kB
  • ctags: 128
  • sloc: ansic: 2,056; makefile: 134; sh: 107
file content (32 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (4)
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
32

To INSTALL the RAID tools, you just have to use the configure program
supplied with the distribution like this:

	./configure

Configure recognizes most GNU configure options.  Try configure --help
for a detailed description

By default configure assumes you have your Linux kernel in
/usr/src/linux.  If you want to specify an alternate directory, you
just have to use the --with-linux option.  Example:

	./configure --with-linux=/home/linux-source/raid-linux

configure assumes by default you want to install like this:

critical binaries:
	/sbin

configuration binaries:
	/usr/sbin

man pages:
	/usr/man

You can change the default installation prefix by using configure's
--prefix option like this:

	./configure --prefix=/usr/local