README: Discourage general users from doing 'make install'.

It causes plenty of problems with people have multiple parallel
versions of libguestfs installed, and there's no benefit because you
can easily run libguestfs and tools from the build directory.
This commit is contained in:
Richard W.M. Jones
2013-03-14 12:20:52 +00:00
parent 87c9ec881c
commit 04acc32abf

5
README
View File

@@ -240,8 +240,9 @@ are not necessarily because of real problems.
lists all 'make' targets.
If everything works, you can install the library and tools by running
this command as root:
You may install the library by running the following command as root.
However *most users should probably not do this*. Instead, './run'
the programs from the build directory as described below.
make install