openjpeg/build.sh

4 lines
89 B
Bash
Executable File

#!/bin/sh
mkdir -p build
(cd build && cmake ..)
(cd build && make VERBOSE=1 -j ${nprocs})