-
Notifications
You must be signed in to change notification settings - Fork 46
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
Installation depends on automake #4
Comments
JFTR: configure files and their friends are not supposed to be shipped in repositories, only in tarballs, as they are generated code. |
Is a release tarball available anywhere? Installing blake2 outside GNU/Linux (like Busybox/Linux or BSD) gets more painful if the GNU autotools are a compile-time dependency. |
The tarball added on the releases page last week should not require automake. |
This is sort of still an issue because there are useful commits from 8 months ago that still haven't been tagged and released, so we end up having to build from git. Perhaps it would be worth pursuing PR #2 to support building using CMake instead? |
The current tarball (libb2-0.98.1.tar.gz) requires automake, autoconf and libtool to build. Would it be possible to re-consider adding cmake (together with autotools or in place of them)? |
You need to download the tarball, not the Source code that GitHub automatically creates. The |
On OS X:
Do you think you could throw in a configure script or something?
The text was updated successfully, but these errors were encountered: