We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPMDeclarePackage(qemu NAME libqemu GIT_REPOSITORY ${GREENSOCS_GIT}${QEMU_PATH_NAME}.git GIT_TAG libqemu-v8.2-v0.1.10 GIT_SUBMODULES CMakeLists.txt GIT_SHALLOW on )
the libqemu-v8.2-v0.1.10 package is not found. Is the git.greensocs.org private repo? how can we build qbox then?
The text was updated successfully, but these errors were encountered:
Hello @Rukenluca , it's a tag from qemu repo, here is the libqemu-v8.2-v0.1.4, I expect libqemu-v8.2-v0.1.10 to be added soon!
Sorry, something went wrong.
Hi there, i tried building qbox with the tag you provided was able to make build folder and build scripts but facing issues/errors in make step.
command used: make
Hello @Aabhash23, which qbox tag are you using?
For now please go for qbox v3.0.1 and libqemu v8.2-v0.1.4.
Simply: git clone https://github.com/quic/qbox.git git checkout v3.0.1
modify https://github.com/quic/qbox/blob/v3.0.1/package-lock.cmake#L11 to be GIT_REPOSITORY ${GREENSOCS_GIT}qemu.git
No branches or pull requests
CPMDeclarePackage(qemu
NAME libqemu
GIT_REPOSITORY ${GREENSOCS_GIT}${QEMU_PATH_NAME}.git
GIT_TAG libqemu-v8.2-v0.1.10
GIT_SUBMODULES CMakeLists.txt
GIT_SHALLOW on
)
the libqemu-v8.2-v0.1.10 package is not found. Is the git.greensocs.org private repo? how can we build qbox then?
The text was updated successfully, but these errors were encountered: