erlang

    [Mac] Elixir 설치 (asdf)

    다음에 앞서서 asdf 설치가 되어야합니다 2022.04.06 - [Dev/Basic] - Mac ASDF 설치 (Homebrew) Elixir는 Erlang에 디펜던시가 있어 앞선 글을 참고해서 Erlang을 먼저 설치해야합니다 2022.04.06 - [Dev/Basic] - Mac ASDF - Erlang 설치 버전별 호환성 확인은 다음 링크에서 확인합니다 https://hexdocs.pm/elixir/master/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 설치가 되었으면 다음 과정을 따라합니다 # 플러그인 설치 $ asdf plugin-add elixir https://github.com/asdf-v..

    [Mac] Erlang 설치 (asdf)

    다음에 앞서서 asdf 설치가 되어야합니다 2022.04.06 - [Dev/Basic] - Mac ASDF 설치 (Homebrew) 설치가 되었으면 다음 과정을 따라합니다 # osx에서 ssl 관련 에러 발생할 수 있으므로 설치합니다 $ brew install autoconf $ brew install openssl@1.1 # For building with wxWidgets (start observer or debugger!) $ brew install wxwidgets # For building documentation and elixir reference builds $ brew install libxslt fop # plugin 설치 $ asdf plugin add erlang https://gi..