526efe09b85b871ac8f879159f668f7d77ff59d9
How to setup the compiling environment on ubuntu
Usage
sudo apt-get -y update
sudo apt-get install -y sudo wget
wget https://raw.githubusercontent.com/friendlyarm/build-env-on-ubuntu-bionic/master/install.sh
chmod 755 install.sh
sudo ./install.sh
Supported Distributions
- Ubuntu bionic
- Ubuntu focal (Recommended)
- Ubuntu jammy
- Ubuntu noble
Languages
Shell
100%