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
When attempting to compile oip on Ubuntu 20.04.4 LTS the following error is encountered:
user@system:~/oip$ sudo ./autogen.sh Makefile.am: error: required file './README' not found autoreconf: automake failed with exit status: 1
Simply renaming README.md to README allows autogen.sh to run successfully without errors:
README.md
README
autogen.sh
mv README.md README
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When attempting to compile oip on Ubuntu 20.04.4 LTS the following error is encountered:
Simply renaming
README.md
toREADME
allowsautogen.sh
to run successfully without errors:The text was updated successfully, but these errors were encountered: