repo/extra/x265/build

9 lines
129 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
cmake source \
2019-07-27 06:50:31 +00:00
-DCMAKE_INSTALL_PREFIX=/usr \
2019-11-26 21:51:49 +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 .