dalmatinerdb / ddb_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile fails

marinonjalsson opened this issue · comments

(I'm new to erlang and rebar)

in the README.md there are information how to build the client using rebar3
but there is no rebar3 app as is in other repos.

make fails with rebar installed on my debian jessie box.

/Download/ddb_client$ make
rebar get-deps
==> ddb_client (get-deps)
rebar compile
==> ddb_client (compile)
Dependency not available: dproto-
>0.2.0 (undefined)
Dependency not available: mmath->0.2.0 (undefined)
Dependency not available: snappy-
>1.1.1 (undefined)
Makefile:9: recipe for target 'compile' failed
make: *** [compile] Error 1

??

Best regards, Marinó

nevermind, worked it out. :)

This is basically used as a library for other projects on it's own it's going to be pretty boring unless you just want to play around.

cool! :D

glad you like it :) if all goes well can I convince you to write a quick "how to get form 0 to 60 in 3 seconds"? Doesn't have to be flashy or long just what you did and how you got there, what to avoid and what to do. It's really hard for me to write something along those lines since I know all the little bumps and rough edges and avoid them instinctively.