]> git.armaanb.net Git - asd-repo.git/blob - junk/json-c/build
Switch browser to Chromium
[asd-repo.git] / junk / json-c / build
1 #!/bin/sh -e
2
3 export DESTDIR="$1"
4
5 cmake -B build \
6     -DCMAKE_INSTALL_PREFIX=/usr \
7     -DCMAKE_INSTALL_LIBDIR=lib \
8     -DCMAKE_BUILD_TYPE=Release \
9     -DBUILD_TESTING=OFF
10
11 cmake --build   build
12 cmake --install build