Explorar el Código

removing standard libevent headers

Sergey Zavadski hace 11 años
padre
commit
2d762b3130
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      toolset/setup/linux/frameworks/leda.sh

+ 3 - 0
toolset/setup/linux/frameworks/leda.sh

@@ -8,6 +8,9 @@ sudo apt-get install -y  luarocks
 
 sudo luarocks install lua-cjson
 
+sudo rm -rf /usr/local/include/event2
+sudo rm -rf /usr/local/event2
+
 wget http://sergeyzavadski.github.io/leda/releases/leda-0.5.2/leda-0.5.2.tar.gz
 tar xvf leda-0.5.2.tar.gz
 cd leda-0.5.2