panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.48k stars 479 forks source link

Error while running ../build.sh #1441

Closed Kingsdom005 closed 6 months ago

Kingsdom005 commented 8 months ago

System: Ubuntu20.04

Error information: Build arguments: build.sh: Using protobuf 3.6.1. build.sh: Found LLVM on /usr/lib/llvm-11 -- LLVM SUPPORT IS ENABLED Using default prefix: /home/liyanqi/Desktop/PANDA/mypanda/panda_git/panda-dev/build/install build.sh: Configuring PANDA...

ERROR: User requested feature capstone configure was not able to find it. Install capstone devel or git submodule

How to fix this problem? How to install capstone devel or git submodule? Need your help!!

AndrewFasano commented 8 months ago

You can install the build dependencies listed at https://github.com/panda-re/panda/blob/dev/panda/dependencies/ubuntu_20.04_build.txt and the runtime dependencies listed at https://github.com/panda-re/panda/blob/dev/panda/dependencies/ubuntu_20.04_base.txt

Or you can use the install_ubuntu.sh helper that installs all the dependencies for a ubuntu system