You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
The installation documentation on GitHub does not mention the requirement of the readline library. As a result, a test build fails on Ubuntu 16 LTS and multiple GNU/Linux distros, e.g. CentOS 7. The error follows:
mig.ninja/mig/vendor/github.com/bobappleyard/readline
vendor/github.com/bobappleyard/readline/readline.go:43:31: fatal error: readline/readline.h: No such file or directory
compilation terminated.
Makefile:312: recipe for target 'test' failed
make: *** [test] Error 2
On Ubuntu, the installation of the libreadline-dev package solved the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The installation documentation on GitHub does not mention the requirement of the readline library. As a result, a test build fails on Ubuntu 16 LTS and multiple GNU/Linux distros, e.g. CentOS 7. The error follows:
mig.ninja/mig/vendor/github.com/bobappleyard/readline
vendor/github.com/bobappleyard/readline/readline.go:43:31: fatal error: readline/readline.h: No such file or directory
compilation terminated.
Makefile:312: recipe for target 'test' failed
make: *** [test] Error 2
On Ubuntu, the installation of the libreadline-dev package solved the issue.
The text was updated successfully, but these errors were encountered: