jannotti / cpp-algorand-sdk

Unofficial Algorand C++ SDK.
MIT License
14 stars 6 forks source link

Missing rapidjson dependency/directory #1

Closed avislash closed 3 years ago

avislash commented 3 years ago

The README should be updated to include project dependencies so users know that they need to brew install

jannotti commented 3 years ago

I agree in spirit, though I'd rather the README references the Makefile, rather than names the dependencies explicitly, so there is less repetition.

avislash commented 3 years ago

A simple setup instruction to do a "make brew-deps" or "make deps" also works

jannotti commented 3 years ago

I'll add some explanation. I don't recall the exact curl package I needed to install. It was probably libcurl or of libcurl-dev or maybe it had a version number. If you recently did this and recall, please let me know or make a PR. I'm going to close this with just the README issue addressed.