repo/extra/x265/build
2019-08-04 12:44:28 +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