Setup & Environment
Antidote requires Erlang 21 or greater. Make sure the command erl
is executable in your console.
Use the following Makefile
targets to build and test antidote:
Working on dependencies
When working on dependencies of Antidote it can be helpful to use them as Checkout Dependencies:
Create a folder named
_checkouts
in yourantidote
folder (next to the_build
folder)Clone or symlink the dependency into that folder. The folder name in
_checkouts
must be the name of the dependency inrebar.config
.When running a rebar3 task on Antidote, it will always use the latest version from the dependencies.
It will also recompile all other dependencies, which can be avoided by patching rebar3
Last updated