From b09f5a7ca11d854f1648ba2fecd0ae24788a7d44 Mon Sep 17 00:00:00 2001 From: Devraj Mehta Date: Sun, 16 Aug 2015 01:15:52 -0400 Subject: Note the requirement for root privs to install When installing using the default arguments to `configure`, root privileges are required. Use a "sudo" prefix to notate this. NB. root privileges are not needed when installing to a prefix under your control. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5da70cb..59ec393 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This uses the standard GNU autotools, so it's the normal dance: ./configure && \ make && \ - make install + sudo make install For more, see `INSTALL`. -- cgit v1.2.3