TonyGen / mongodb-erlang

Fork of MongoDB driver for Erlang. mongodb now holds the master repository for this driver.
65 stars 16 forks source link

Rebarize project #8

Closed russelldb closed 13 years ago

russelldb commented 13 years ago

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.

TonyGen commented 13 years ago

Thanks Russel!