@ -129,7 +129,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y
sudo ldconfig
cd ..
# toxcore
git clone https://github.com/toktok/c-toxcore.git toxcore
git clone --branch v0.1.0 --depth=1 https://github.com/toktok/c-toxcore.git toxcore
cd toxcore
autoreconf -if
./configure
@ -365,6 +365,7 @@ Provided that you have all required dependencies installed, you can simply run:
```bash
git checkout tags/v0.1.0
make -j$(nproc)
@ -133,6 +133,7 @@ if [[ $INSTALL_TOX = "true" ]]; then
"${BASE_DIR}/${TOX_CORE_DIR}" --depth 1
pushd ${BASE_DIR}/${TOX_CORE_DIR}
./autogen.sh
# configure
@ -130,7 +130,7 @@ install() {
git pull
else
fcho "Cloning Toxcore git ... "
git clone --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
git clone --branch v0.1.0 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
fi
# qTox
if [[ $TRAVIS = true ]]