repo/extra/x265/build
2019-10-08 10:21:16 +03:00

10 lines
134 B
Bash
Executable File

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