Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 555 Bytes

File metadata and controls

12 lines (8 loc) · 555 Bytes

basho_stats Build Status

Until I have a chance to better document everything:

./rebar compile -> builds the library
./rebar clean   -> remove all generated files
./rebar eunit   -> run the eunit tests
./rebar install -> install the library into your OTP root

Add verbose=1 to any of the above commands to see more output from rebar.

Add force=1 to forcibly install the library, even if it's previously been installed.