Documented needed dependencies
This commit is contained in:
10
README.md
10
README.md
@ -1,6 +1,16 @@
|
|||||||
# bobbycar-controller-firmware
|
# 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
|
git clone --recursive git@github.com:bobbycar-graz/bobbycar-controller-firmware.git
|
||||||
cd bobbycar-controller-firmware/
|
cd bobbycar-controller-firmware/
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release .
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||||
|
Reference in New Issue
Block a user