From 7cb03f214bbd1b6ad02d64a003eb199bee8114dd Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Thu, 22 Dec 2016 10:34:45 -0500 Subject: [PATCH] Add -DSOURCE_WLPROTO=ON to wlc cmake, as reccomended by https://github.com/Cloudef/wlc#building --- Debian-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-installation-guide.md b/Debian-installation-guide.md index 1a988c1..13ebbcb 100644 --- a/Debian-installation-guide.md +++ b/Debian-installation-guide.md @@ -22,7 +22,7 @@ cd wlc git submodule update --init --recursive mkdir target cd target -cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/ .. +cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/ -DSOURCE_WLPROTO=ON .. make sudo make install ````