mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
zncconfigure: just install to $HOME/.local
and assume that no one wants to install znc globally
This commit is contained in:
parent
b3451f23b6
commit
8c0f1a4e29
@ -19,6 +19,5 @@ git submodule update --init --recursive
|
||||
./autogen.sh
|
||||
mkdir -p build
|
||||
cd build
|
||||
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus
|
||||
#--prefix=$HOME/.local
|
||||
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus --prefix=$HOME/.local
|
||||
# and here you run "make -j$(nproc)" while you are in the build/ directory.
|
||||
|
Loading…
Reference in New Issue
Block a user