scripts/bash/zncconfigure.bash
Mikaela Suomalainen 98b2a06dbd bash: add znc scripts
I cannot find them with gist search.
2014-09-02 19:02:53 +03:00

11 lines
370 B
Bash
Executable File

#!/usr/bin/env bash
cd znc
./autogen.sh
mkdir -p build
cd build
# PYENV (two lines)
export LD_LIBRARY_PATH=/home/users/mkaysi/.pyenv/versions/3.4.1/lib
export PKG_CONFIG_PATH=/home/users/mkaysi/.pyenv/versions/3.4.1/lib/pkgconfig/
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --disable-cyrus --prefix=$HOME/.local
make -j$(nproc)