2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/x265/build

11 lines
152 B
Plaintext
Raw Normal View History

2019-07-27 06:50:31 +00:00
#!/bin/sh -e
2019-11-13 02:33:07 +00:00
export DESTDIR="$1"
cmake source \
2019-07-27 06:50:31 +00:00
-DCMAKE_INSTALL_PREFIX=/usr \
2019-10-08 07:21:16 +00:00
-DCMAKE_BUILD_TYPE=Release \
2019-07-27 06:50:31 +00:00
2019-11-13 02:33:07 +00:00
cmake --build .
cmake --install .