Yan Cui
I help clients go faster for less using serverless technologies.
To install Erlang on your Mac, follow these simple steps:
- download the latest source file from the official Erlang site here.
- open the Terminal
- go to the folder where you’ve saved the .gz source file
- run the following command: tar –xzf otp_src_R15B01.tar.gz (replace the filename with the name of the file you’ve downloaded)
- then go into the unzipped folder in the Terminal, e.g. cd otp_src_R15B01
- type in ./configure
- then make
- and finally sudo make install
voila, you’re done!
Whenever you’re ready, here are 3 ways I can help you:
- Production-Ready Serverless: Join 20+ AWS Heroes & Community Builders and 1000+ other students in levelling up your serverless game. This is your one-stop shop for quickly levelling up your serverless skills.
- I help clients launch product ideas, improve their development processes and upskill their teams. If you’d like to work together, then let’s get in touch.
- Join my community on Discord, ask questions, and join the discussion on all things AWS and Serverless.
An alternative is to go to the Erlang Solutions site and download a pre-compiled version for Mac, and other OSs, http://www.erlang-solutions.com/section/132/download-erlang-otp .