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
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
Hello, I екшув to make a docker image according to your instructions, but I get an error:
#7 8.593 ar: creating ./libcapstone.a
#7 8.642 mkdir -p /usr/lib
#7 8.643 install -m0755 ./libcapstone.so.4 /usr/lib
#7 8.648 cd /usr/lib && rm -f libcapstone.so && ln -s libcapstone.so.4 libcapstone.so
#7 8.649 install -m0644 ./libcapstone.a /usr/lib
#7 8.653 mkdir -p /usr/include/capstone
#7 8.654 install -m0644 include/capstone/*.h /usr/include/capstone
#7 8.655 mkdir -p /usr/lib/pkgconfig
#7 8.656 install -m0644 ./capstone.pc /usr/lib/pkgconfig
#7 8.656 mkdir -p /usr/bin
#7 8.657 install -m0755 cstool/cstool /usr/bin
#7 8.657 install: cannot stat 'cstool/cstool': No such file or directory
#7 8.657 make: *** [Makefile:419: install] Error 1
I'm using macOS with apple silicon
docker v20.10.12