Files
sunnypilot/phonelibs/yaml-cpp/build.txt
2020-01-17 10:37:11 -08:00

9 lines
172 B
Plaintext

git clone https://github.com/jbeder/yaml-cpp.git
cd yaml-cpp
git reset --hard 0fdb1b910c1a31db80b7521446166d06cad10813
mkdir build
cd build
CXXFLAGS="-fPIC" cmake ..
make