Just use ./rebar get-deps compile to pull bson and compile both apps
Rebar is a standard build/dependency management tool for erlang development. Your users won't need to manage the deps themselves, and being rebarized makes it easier to drop into other apps.
Just use ./rebar get-deps compile to pull bson and compile both apps
Rebar is a standard build/dependency management tool for erlang development. Your users won't need to manage the deps themselves, and being rebarized makes it easier to drop into other apps.
See https://github.com/basho/rebar for more details.