LoginSignup
3
3

More than 5 years have passed since last update.

[メモ][備忘録] ErlangをUbuntuでびるど

Last updated at Posted at 2015-09-15
shell
https://github.com/erlang/otp/archive/OTP-18.0.3.tar.gz
tar xf OTP-18.0.3.tar.gz
mv otp-OTP-18.0.3 $HOME/.anyenv/envs/erlenv/releases/18.0
cd $HOME/.anyenv/envs/erlenv/releases/18.0
export ERL_TOP=`pwd`
shell
sudo apt-get install g++ libwxgtk2.8-dev libgl1-mesa-dev libglu1-mesa-dev libpng3 libssl-dev autoconf libncurses-dev build-essential unixodbc-dev libxml2-utils
shell
./otp_build autoconf && ./configure --prefix=$HOME/.anyenv/envs/erlenv/releases/18.0 && make -j 4 && erlenv global 18.0 && erlenv rehash
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3