Documented needed dependencies

This commit is contained in:
2020-06-11 14:01:49 +02:00
committed by GitHub
parent 3218fd22ec
commit 884f1a0f60

View File

@ -1,6 +1,16 @@
# bobbycar-controller-firmware
```
#dependencies
sudo pacman -Sy --noconfirm \
arm-none-eabi-binutils \
arm-none-eabi-gcc \
arm-none-eabi-gdb \
arm-none-eabi-newlib \
cmake \
openocd \
stlink
git clone --recursive git@github.com:bobbycar-graz/bobbycar-controller-firmware.git
cd bobbycar-controller-firmware/
cmake -DCMAKE_BUILD_TYPE=Release .