@dhucul this is due to moving Cmake config to cutter root from src dir. The building docs are outdated. We will soon try to deploy updated docs.
You need to do this now:
git clone --recurse-submodules https://github.com/rizinorg/cutter
cd cutter
mkdir build && cd build
cmake -DCUTTER_USE_BUNDLED_RIZIN=ON ..
cmake --build .
CC @ITAYC0HEN
Thank you for reporting this issue to us. Indeed we are working on document everything and putting it in-place, sorry fo the inconvenience.
Following @Surendrajat instructions should do the trick for you. Please let us know if it solved the issue you are experiencing. If so, please mark this issue as closed.
Once again, we are sorry for the inconvenience :pray:
Thanks for the update. It Worked!
Most helpful comment
@dhucul this is due to moving Cmake config to cutter root from src dir. The building docs are outdated. We will soon try to deploy updated docs.
You need to do this now:
CC @ITAYC0HEN