mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
5
README
5
README
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user