This website works better with JavaScript
Home
Explore
Help
Sign In
noah
/
obs-cd-rec-status
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
374d91c95e
Branches
Tags
master
v1.0.0
obs-cd-rec-stat...
/
CI
/
linux
/
build-xenial.sh
build-xenial.sh
89 B
History
Raw
1
2
3
4
5
6
#!/bin/sh
set -ex
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j4