From a036670935eacd1ee2c07027002b0ecb88580944 Mon Sep 17 00:00:00 2001 From: Matanya Moses Date: Thu, 17 Jul 2014 21:09:06 +0300 Subject: [PATCH] INSTALL: remove lua-sec-prosody, add build-essential lua-sec-prosody was merged upstream adn removed, only use lua-sec instead build-essential is a dependcy for turn server --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 99b3b91cf..344ba3ba5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,7 +13,7 @@ echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee -a wget --no-check-certificate https://prosody.im/files/prosody-debian-packages.key -O- | sudo apt-key add - apt-get update apt-get install prosody-trunk -apt-get install git lua-zlib lua-sec-prosody lua-dbi-sqlite3 liblua5.1-bitop-dev liblua5.1-bitop0 +apt-get install git lua-zlib lua-sec lua-dbi-sqlite3 liblua5.1-bitop-dev liblua5.1-bitop0 git clone https://github.com/andyet/otalk-server.git cd otalk-server cp -r mod* /usr/lib/prosody/modules @@ -169,7 +169,7 @@ invoke-rc.d nginx restart ## Install [Turn server](https://github.com/andyet/otalk-server/tree/master/restund) ```sh -apt-get install make gcc +apt-get install make gcc build-essential wget http://creytiv.com/pub/re-0.4.7.tar.gz tar zxvf re-0.4.7.tar.gz ln -s re-0.4.7 re