aboutsummaryrefslogtreecommitdiff
path: root/extra/poppler/build
blob: e6f4d55bb68a87b4fa7a9863433395ad06f8deb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

export DESTDIR="$1"

cmake -B build \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    -DENABLE_CPP=ON \
    -DENABLE_QT5=OFF \
    -DWITH_NSS3=OFF

cmake --build   build
cmake --install build