Page MenuHomePhorge

build.sh
No OneTemporary

Authored By
Unknown
Size
354 B
Referenced Files
None
Subscribers
None

build.sh

#!/bin/bash
set -x
set -e
# Build libpst
git clone -b stable/kolab-0.6.76 https://git.kolab.org/source/libpst.git
cd libpst
autoreconf -vif
# ./configure --enable-libpst-shared --with-boost-python=boost_python39
./configure --enable-python=no --prefix=/usr
# Override the configure result
echo "#define HAVE_ICONV 1" >> config.h
make -j5
make install

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, Apr 24, 12:51 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18793197
Default Alt Text
build.sh (354 B)

Event Timeline