Last active
May 3, 2019 13:05
-
-
Save nguyenvinhlinh/da7da84afe380ac7c2c5792abfc6d207 to your computer and use it in GitHub Desktop.
erlang dependencies installation - fedora 29
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 yum groupinstall -y 'Development Tools' 'C Development Tools and Libraries'; | |
sudo yum install -y autoconf; | |
sudo yum install -y ncurses-devel; | |
sudo yum install -y wxGTK3-devel wxBase3; | |
sudo yum install -y openssl-devel; | |
sudo yum install -y libiodbc unixODBC.x86_64 erlang-odbc.x86_64; | |
sudo yum install -y libxslt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment