# 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