Skip to content

Instantly share code, notes, and snippets.

@elieux
Created December 24, 2018 12:49
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 elieux/04f8f982d8aacb90ee2eb518a7a6eb79 to your computer and use it in GitHub Desktop.
Save elieux/04f8f982d8aacb90ee2eb518a7a6eb79 to your computer and use it in GitHub Desktop.
Midipix build dependencies on Ubuntu
Ubuntu 18.04.1 LTS (bionic)
WSL on Windows 10 release 1809 build 17763
sudo apt update
sudo apt upgrade
sudo apt install \
autoconf \
automake \
flex \
g++ \
gcc \
gettext \
groff \
libtool-bin \
make \
pkg-config \
python \
texinfo \
zip
sudo apt install \
libxml-parser-perl \
libgmp-dev \
libmpfr-dev \
libncurses5-dev \
libpcre3-dev \
libmpc-dev \
libz-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment