Change the quick-start instructions to include installation of the (#92)

This commit is contained in:
ewpa 2021-05-31 18:17:00 +01:00 committed by GitHub
parent 1996a21e3a
commit c573775f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ instructions for other platforms, and just in general, we recommend you see [Ras
1. Install CMake (at least version 3.13), and GCC cross compiler
```
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
```
1. Set up your project to point to use the Raspberry Pi Pico SDK