Skip to content

Commit 598ba01

Browse files
authored
Add build-essential to README command line install (#1859)
* Add build-essential to README command line install * Update README.md
1 parent 4cb5c1c commit 598ba01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ You can install the [Raspberry Pi Pico Visual Studio Code extension](https://mar
5151
These instructions are extremely terse, and Linux-based only. For detailed steps,
5252
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)
5353

54-
1. Install CMake (at least version 3.13), and a GCC cross compiler
54+
1. Install CMake (at least version 3.13), python 3, a native compiler, and a GCC cross compiler
5555
```
56-
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
56+
sudo apt install cmake python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
5757
```
5858
1. Set up your project to point to use the Raspberry Pi Pico SDK
5959

@@ -200,4 +200,4 @@ instructions for other platforms, and just in general, we recommend you see [Ras
200200
201201
# RISC-V support on RP2350
202202
203-
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.
203+
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.

0 commit comments

Comments
 (0)