mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 18:23:56 +08:00
9 lines
172 B
Plaintext
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
|