build-xenial.sh 89 B

123456
  1. #!/bin/sh
  2. set -ex
  3. mkdir build && cd build
  4. cmake -DCMAKE_INSTALL_PREFIX=/usr ..
  5. make -j4