tenderlove / asmrepl

A REPL for x86-64 assembly language
Apache License 2.0
866 stars 33 forks source link

Document requirement for crabstone #1

Closed sebyx07 closed 2 years ago

sebyx07 commented 2 years ago

Fix for capstone, on linux

Could not open library 'capstone': capstone: cannot open shared object file: No such file or directory. (LoadError)
Could not open library 'libcapstone.so': libcapstone.so: cannot open shared object file: No such file or directory.
Could not open library 'libcapstone.so.4': libcapstone.so.4: cannot open shared object file: No such file or directory.
Could not open library 'libcapstone.so.3': libcapstone.so.3: cannot open shared object file: No such file or directory
tenderlove commented 2 years ago

Thank you!