mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 09:40:19 +00:00
Add build-essential to README command line install (#1859)
* Add build-essential to README command line install * Update README.md
This commit is contained in:
parent
4cb5c1ccf1
commit
598ba01ec8
@ -51,9 +51,9 @@ You can install the [Raspberry Pi Pico Visual Studio Code extension](https://mar
|
||||
These instructions are extremely terse, and Linux-based only. For detailed steps,
|
||||
instructions for other platforms, and just in general, we recommend you see [Raspberry Pi Pico-Series C/C++ SDK](https://rptl.io/pico-c-sdk)
|
||||
|
||||
1. Install CMake (at least version 3.13), and a GCC cross compiler
|
||||
1. Install CMake (at least version 3.13), python 3, a native compiler, and a GCC cross compiler
|
||||
```
|
||||
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
|
||||
sudo apt install cmake python3 build-essential 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
|
||||
|
||||
@ -200,4 +200,4 @@ instructions for other platforms, and just in general, we recommend you see [Ras
|
||||
|
||||
# RISC-V support on RP2350
|
||||
|
||||
See [Raspberry Pi Pico-series C/C++ SDK](https://rptl.io/pico-c-sdk) for information on setting up a build environment for RISC-V on RP2350.
|
||||
See [Raspberry Pi Pico-series C/C++ SDK](https://rptl.io/pico-c-sdk) for information on setting up a build environment for RISC-V on RP2350.
|
||||
|
Loading…
x
Reference in New Issue
Block a user