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
This project setup should be more robust and easier to work on.
The README instructions could also be improved, we shouldn't have to call automake --add-missing
automake --add-missing
see https://stackoverflow.com/a/16197097/940217
Alternatively, refactor the build to use CMake.
The text was updated successfully, but these errors were encountered:
It's possible the build instructions could be reworked to be:
autoreconf -fvi ./configure make make install
Here's a good reference project for automake: https://github.com/hunspell/hyphen
However, I think it should still be refactored to use CMake so that tools such as CLion can be used for further development.
Sorry, something went wrong.
No branches or pull requests
This project setup should be more robust and easier to work on.
The README instructions could also be improved, we shouldn't have to call
automake --add-missing
see https://stackoverflow.com/a/16197097/940217
Alternatively, refactor the build to use CMake.
The text was updated successfully, but these errors were encountered: