mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-16 18:30:29 +00:00
6 lines
201 B
Bash
6 lines
201 B
Bash
|
sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib -y
|
||
|
cd ~
|
||
|
git clone https://github.com/raspberrypi/pico-sdk.git
|
||
|
cd ~/pico-sdk/
|
||
|
git submodule update --init
|