I installed qemu successfully and downloaded emulator you published on github, i runned
mkdir build
cd build
but if i run ../configure it gives ;
ERROR: missing GIT submodules
This is not a GIT checkout but module content appears to
be missing. Do not use 'git archive' or GitHub download links
to acquire QEMU source archives. Non-GIT builds are only
supported with source archives linked from:
https://www.qemu.org/download/#source
Developers working with GIT can use scripts/archive-source.sh
if they need to create valid source archives.
can you help me with this?