Created
December 24, 2018 12:49
-
-
Save elieux/04f8f982d8aacb90ee2eb518a7a6eb79 to your computer and use it in GitHub Desktop.
Midipix build dependencies on Ubuntu
This file contains hidden or 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
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