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
make cc -O2 -Wall -Wextra -DDELVE_USE_READLINE -c -o delve.o delve.c delve.c:38:11: fatal error: readline/readline.h: No such file or directory 38 | #include <readline/readline.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: delve.o] Error 1 make cc -O2 -Wall -Wextra -DDELVE_USE_READLINE -c -o delve.o delve.c delve.c:38:11: fatal error: readline/readline.h: No such file or directory 38 | #include <readline/readline.h> | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [<builtin>: delve.o] Error 1
The text was updated successfully, but these errors were encountered:
It has one dependency it seems. Doing this on debian systems fixes the problem:
sudo apt-get install libreadline-dev
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: