2024-06-20 18:46:01 +08:00
2024-06-20 18:46:01 +08:00

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
S
Description
No description provided
Readme
45 KiB
Languages
Shell 100%