Open ypchan opened 3 years ago
Hi ypchan,
Thanks for the issue! I'm surprised by the failure to compile; did you clone dashing recursively? (--recursive
?)
I would expect git clone --recursive dashing && cd dashing && make dashing
to work. Otherwise, git submodule update --init --recursive
should fetch and check out commits as necessary.
z_const and Z_NEED_DICT should be set by zlib, so most likely that will be fixed with recompilation, but I've also updated the sketch library to not rely on definitions for them. The most recent version shouldn't have this issue.
Let me know if you have any further issues,
Daniel
Dear Daniel, I have some problems in installing dashing. I listed the errors below. Could you give me some suggessions? Thanks.
make dashing
and I checked the Makefile in bonsai, No target named `zlib/libz.a, then I typed :
Another error occurred.