bug - manual compile errors on file name inconsistency
Opened this issue · 0 comments
aghassemlouei commented
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:
mv README.md README