repo/testing/x265/build
2019-07-27 09:50:31 +03:00

9 lines
128 B
Bash
Executable File

#!/bin/sh -e
cmake ./source \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR="$1" install