Skip to content
New issue

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

Update the automake files #1

Open
Kyle-Falconer opened this issue Mar 2, 2019 · 1 comment
Open

Update the automake files #1

Kyle-Falconer opened this issue Mar 2, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Kyle-Falconer
Copy link
Owner

Kyle-Falconer commented Mar 2, 2019

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.

@Kyle-Falconer Kyle-Falconer added the help wanted Extra attention is needed label Mar 4, 2019
@Kyle-Falconer
Copy link
Owner Author

notes:

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.

@Kyle-Falconer Kyle-Falconer added the enhancement New feature or request label Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant