You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When distributing software using the GNU autotools system, it is usual to also distribute the configure script so that end-users don't need to install the whole autotools system themselves. Currently the repo does not include configure, so the installation instructions in INSTALL are not correct and can't be followed.
I managed to build by trying various combinations of autoreconf, autoconf, and automake --add-missing, but most users will not have much experience with this. My own attempts still throw errors along the way, and I don't think I know enough m4 to send a PR to fix those.
One solution to including configure more easily might be a git pre-commit hook.
(If interested, I can separately file a ticket explaining the errors an warnings I experience in running autoconf to build the configure script.)
The text was updated successfully, but these errors were encountered:
@ljhwang it looks like @JarettBakerDunn has done this in #13 but please do ping me again if any help is needed. I am also happy to point the Julia build infrastructure back to this repo once that is merged.
(If you aren't familiar with the Julia Yggdrasil repository, it cross-compiles binaries for all platforms from source to be used in Julia packages, but those binaries can still be used outside of Julia. Hence Mineos is currently being built for the platforms listed here and is used by Mineos.jl.)
When distributing software using the GNU autotools system, it is usual to also distribute the
configure
script so that end-users don't need to install the whole autotools system themselves. Currently the repo does not includeconfigure
, so the installation instructions inINSTALL
are not correct and can't be followed.I managed to build by trying various combinations of
autoreconf
,autoconf
, andautomake --add-missing
, but most users will not have much experience with this. My own attempts still throw errors along the way, and I don't think I know enough m4 to send a PR to fix those.One solution to including
configure
more easily might be a git pre-commit hook.(If interested, I can separately file a ticket explaining the errors an warnings I experience in running
autoconf
to build theconfigure
script.)The text was updated successfully, but these errors were encountered: