Removed debug

This commit is contained in:
James Booth
2014-04-30 22:01:37 +01:00
parent 1155ceabbc
commit 8994b3769c
3 changed files with 12 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ debian_prepare()
echo
echo Profanity installer... installing dependencies
echo
sudo apt-get -y install git automake autoconf libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
sudo apt-get -y install git automake autoconf libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr5-dev
}
@@ -73,7 +73,9 @@ install_lib_strophe()
echo
echo Profanity installer... installing libstrophe
echo
git clone git://github.com/strophe/libstrophe.git
#clone fork so as to not pick up any breaking changes
#git clone git://github.com/strophe/libstrophe.git
git clone git://github.com/boothj5/libstrophe.git
cd libstrophe
./bootstrap.sh
./configure