From 7ff6b3363c8fa787367422ad7256485beac1af86 Mon Sep 17 00:00:00 2001 From: Ricky Burgin Date: Mon, 4 Jan 2016 16:41:44 +0000 Subject: [PATCH] Changed prefix dir on build instructions to avoid lib import errors on various distros --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4de23eeee..1a427bb54 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ RPM-based: `yum install gettext intltool gnome-python2-gconf` #### Building ```bash -./waf configure build --prefix=/usr/local +./waf configure build --prefix=/usr sudo ./waf install ```