benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

No Makefile found #197

Open davidoccam opened 11 months ago

davidoccam commented 11 months ago

Dear Benoitc, great to see this code back in action, this was the first erlang/couchdb and rcouch code that I ever used. You must have perfected your hardware now and returned to your coding.

I have tried to fire up couchbeam using the simplest method advised but I find

"~/couchbeam$ make make: *** No targets specified and no makefile found. Stop."

I think that you may have omitted the makefile.

running "couchdb":"Welcome","version":"3.3.1"

benoitc commented 11 months ago

Yah I'm somehow back to code :) build is only based on rebar3 that's why you won't find any makefile there. Is this something really wanted ? What will you use for?

davidoccam commented 11 months ago

No problem, I have no particular need for Makefile and only tried it because it seemed the easiest and was in the installation instructions. I will set up rebar. Thanks for your prompt reply