From d93fbea85543db0328f91315e3d15d020e622b0a Mon Sep 17 00:00:00 2001 From: Anthony Cozamanis Date: Tue, 7 Oct 2014 21:01:56 +0800 Subject: [PATCH] Now compiles into an independent executable --- twister_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twister_install.sh b/twister_install.sh index 191c761..89b95b7 100755 --- a/twister_install.sh +++ b/twister_install.sh @@ -47,7 +47,7 @@ git clone https://github.com/miguelfreitas/twister-core.git cd ./twister-core ./autotool.sh -./configure +./configure --enable-logging --enable-debug --enable-dht --with-boost-libdir=/usr/lib/x86_64-linux-gnu/ make # Configuration & web gui