]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/poppler/build
Switch browser to Chromium
[asd-repo.git] / junk / poppler / build
diff --git a/junk/poppler/build b/junk/poppler/build
new file mode 100755 (executable)
index 0000000..2c2e2ad
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake -B build \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DENABLE_BOOST=OFF \
+    -DENABLE_CPP=ON \
+    -DENABLE_QT5=OFF \
+    -DWITH_NSS3=OFF
+
+cmake --build   build
+cmake --install build