Add -DSOURCE_WLPROTO=ON to wlc cmake, as reccomended by https://github.com/Cloudef/wlc#building

Christopher Wells 2016-12-22 10:34:45 -05:00
parent 2107820fd5
commit 7cb03f214b

@ -22,7 +22,7 @@ cd wlc
git submodule update --init --recursive git submodule update --init --recursive
mkdir target mkdir target
cd 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 make
sudo make install sudo make install
```` ````