Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nguyenvinhlinh/da7da84afe380ac7c2c5792abfc6d207 to your computer and use it in GitHub Desktop.
Save nguyenvinhlinh/da7da84afe380ac7c2c5792abfc6d207 to your computer and use it in GitHub Desktop.
erlang dependencies installation - fedora 29
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