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
I am trying to follow the instructions in README.md. Under the Build header, it asks me to run:
README.md
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake
but I don't see the file vcpkg.cmake in my repository. (And also the command seems to reference the parent folder above the repository.)
vcpkg.cmake
The text was updated successfully, but these errors were encountered:
I think adding an instruction to git clone https://github.com/Microsoft/vcpkg.git in the same folder as OpenAllegroParser would be sufficient.
git clone https://github.com/Microsoft/vcpkg.git
OpenAllegroParser
Sorry, something went wrong.
Your are correct. The build instructions are not very clear about vcpkg.
I will leave this for my future self to improve. Feel free to provide a PR.
No branches or pull requests
I am trying to follow the instructions in
README.md
. Under the Build header, it asks me to run:but I don't see the file
vcpkg.cmake
in my repository. (And also the command seems to reference the parent folder above the repository.)The text was updated successfully, but these errors were encountered: