Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated package requirements for build on Ubuntu 16.04 #422

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.Unix.md
Expand Up @@ -63,8 +63,8 @@ You can install the dependencies by running:

sudo apt-get install build-essential erlang-base \
erlang-dev erlang-manpages erlang-eunit erlang-nox \
libicu-dev libmozjs185-dev libcurl4-openssl-dev \
pkg-config
erlang-reltool libicu-dev libmozjs185-dev libcurl4-openssl-dev \
pkg-config rebar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Master doesn't requires rebar as we use our own . To use system one, you need to explicitly define REBAR environment variable with the path to yours for running ./configure and make commands.


There are lots of Erlang packages. If there is a problem with your
install, try a different mix. There is more information on the
Expand Down