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 can't build picoc on Debian:
platform/platform_unix.c:5:31: fatal error: readline/readline.h: No such file or directory #include <readline/readline.h> ^ compilation terminated. <builtin>: recipe for target 'platform/platform_unix.o' failed make: *** [platform/platform_unix.o] Error 1
I am extremely incompetent at compiling from source, but it sounds to me like some readline.h file is missing. Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
dnf/apt install readline-devel
Sorry, something went wrong.
No branches or pull requests
I can't build picoc on Debian:
I am extremely incompetent at compiling from source, but it sounds to me like some readline.h file is missing. Is there any way to fix this?
The text was updated successfully, but these errors were encountered: