scripts/bash/zncconfigure

23 lines
637 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2014-09-24 18:00:24 +02:00
set -x
2014-12-25 15:22:01 +01:00
# If you are using my zncmodules script, you might want to run it before running this...
2014-12-25 15:22:01 +01:00
## Debian 7 has too old clang so use this with it
#unset CC
#unset CXX
cd znc
git pull
git submodule update --init --recursive
./autogen.sh
mkdir -p build
cd build
2014-12-25 15:22:01 +01:00
## for use with pyenv
#export LD_LIBRARY_PATH=$HOME/.pyenv/versions/3.4.2/lib
#export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/bin/pkg-config:$HOME/.local/bin/pkg-config:$HOME/.pyenv/versions/3.4.2/lib/pkgconfig/
2014-12-25 15:22:01 +01:00
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus
#--prefix=$HOME/.local