From 56a6101c41cfccadf63d55ac59c82ac6c3047576 Mon Sep 17 00:00:00 2001 From: Sean Davis <smd.seandavis@gmail.com> Date: Fri, 5 Oct 2018 12:04:57 -0400 Subject: [PATCH] Update README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 8b36819b..49e281a8 100644 --- a/README +++ b/README @@ -24,6 +24,11 @@ Installation See the file 'INSTALL' ./autogen.sh --prefix=/usr --sysconfdir=/etc + +(For testing, we are using: + ./autogen.sh --disable-static --with-mit-ext --with-console-kit --with-libnotify --enable-locking --enable-debug --sysconfdir=/etc +) + make sudo make install -- GitLab