]> sourceware.org Git - lvm2.git/blame - INSTALL
Support --version argument and 'version' shell command.
[lvm2.git] / INSTALL
CommitLineData
ab7193d1
AK
1LVM2 installation
2=================
3
41) Install device-mapper
5
6 Ensure the device-mapper has been installed on the machine.
7
8 The device-mapper should be in the kernel (look for 'device-mapper'
9 messages in the kernel logs) and /usr/include/libdevmapper.h should
10 be present.
11
12 The device-mapper is available from:
13 ftp://ftp.sistina.com/pub/LVM2/device-mapper/
14
15
162) Generate custom makefiles.
17
18 Run the 'configure' script from the top directory.
19
20 If you do not have GNU readline (http://www.gnu.org/directory/readline.html)
21 installed use
22 ./configure --disable-readline
23
24
253) Build and install LVM2.
26
27 Run 'make install' from the top directory.
28
29
304) Create a configuration file
31
This page took 0.111813 seconds and 5 git commands to generate.