Skip to content

Instantly share code, notes, and snippets.

@leonkasovan
Last active March 20, 2025 04:35
Show Gist options
  • Save leonkasovan/d41e57b671d1b407d6c49b549e9bdc07 to your computer and use it in GitHub Desktop.
Save leonkasovan/d41e57b671d1b407d6c49b549e9bdc07 to your computer and use it in GitHub Desktop.
Setup Dev Environment for Raspberry Pi 5
wget https://go.dev/dl/go1.24.1.linux-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.24.1.linux-arm64.tar.gz
sudo apt install apt-file fd-find scite
sudo apt-file update
# for building Ikemen
sudo apt install libwayland-dev libxkbcommon-dev libasound2-dev libssl-dev
sudo apt install fd-find
alias fd=fdfind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment