From cbe7eb7a7746e079b8e36e4abd82395f27d9e771 Mon Sep 17 00:00:00 2001 From: davidbaumann Date: Sun, 1 Sep 2013 00:04:15 +0800 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d14796f8..614b1a36 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,7 +16,7 @@ Build dependencies: ```bash -apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check +sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check ``` On Fedora: @@ -62,7 +62,7 @@ cd ProjectTox-Core autoreconf -i ./configure make -make install +sudo make install ``` Advance configure options: - --prefix=/where/to/install