Installing Erlang by source
From Notes_Wiki
Home > Erlang > Erlang installation > Installing Erlang by source
- Download the source and latest man packages from Erlang sites
- Install required dependencies:
- dnf -y install gcc ncurses-devel openssl-libs openssl-devel java java-1.8.0-openjdk-devel gcc-c++ byacc bison unixODBC unixODBC-devel
- Extract the sources and install via:\
- ./configure; make; make install
- Ignore warning related to wxwidgets and fop
- Test by opening
- erl
- q().
Home > Erlang > Erlang installation > Installing Erlang by source