You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. I suspect I've left the repo in a bad state. Lemme check into this early next week. I just looked and my local repo on my laptop is way ahead of the remote. I've already done most of the work for checksuming data and had totally forgotten about it ;)
It looks like the json-cwx package is missing the INSTALL file from auto tools, preventing MACSio from building out-of-the-box.
Solution 1:
Re-generate auto tools for the json-cwx package by adding
cd json-cwx; ./autogen.sh; cd ..
to macsio/Makefile:125Solution 2:
Include the generated file at json-cwx/INSTALL in this repository.
The text was updated successfully, but these errors were encountered: