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
No description provided.
The text was updated successfully, but these errors were encountered:
It looks like I have experienced the same problem so I will describe it in more detail.
After cloning the repository, when I try to execute make bootstrap I get this:
make bootstrap
mkdir -p build (cd Base/Color && idris2 --build Bootstrap.ipkg --build-dir ../../build) Uncaught error: Can't find package idris2 (any) Makefile:11: recipe for target 'bootstrap' failed make: *** [bootstrap] Error 1
Sorry, something went wrong.
You need to install the idris2api package from the idris2 repo. Instructions for doing this are linked from this repo's README.md. https://github.com/idris-lang/Idris2/blob/main/INSTALL.md point 8
idris2api
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: