Update labrador_bootstrap_pi

This commit is contained in:
Chris Esposito 2019-08-07 11:04:56 +10:00 committed by GitHub
parent 078e27bf70
commit a31312f034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ git clone --depth 1 https://github.com/espotek/labrador
# Build labrador
cd labrador/Desktop_Interface
qmake
make -j$(nproc)
# Some people have reported issues with multi-job make (I suspect this is a power issue), so I've set it to single-threaded for now
make CXX=g++-8.1.0 CC=gcc-8.1.0
sudo make install
# Cleanup