Created
March 15, 2020 05:55
-
-
Save nobiki/52f57c0d62cc452608cb44a5685ff70f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install -y \ | |
sed \ | |
make \ | |
binutils \ | |
build-essential \ | |
gcc \ | |
g++ \ | |
bash \ | |
patch \ | |
gzip \ | |
bzip2 \ | |
perl \ | |
tar \ | |
cpio \ | |
python \ | |
unzip \ | |
rsync \ | |
file \ | |
bc \ | |
wget \ | |
bzr \ | |
cvs \ | |
git \ | |
mercurial \ | |
rsync \ | |
subversion \ | |
openssh-client \ | |
libncurses5-dev \ | |
libqt4-dev \ | |
libglib2.0-dev \ | |
libgtk2.0-dev \ | |
libglade2-dev | |
wget https://buildroot.org/downloads/buildroot-2020.02.tar.gz | |
tar zxvf buildroot-2020.02.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment