Skip to content

Instantly share code, notes, and snippets.

@nobiki
Created March 15, 2020 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobiki/52f57c0d62cc452608cb44a5685ff70f to your computer and use it in GitHub Desktop.
Save nobiki/52f57c0d62cc452608cb44a5685ff70f to your computer and use it in GitHub Desktop.
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