Skip to content

Refactor build scripts/just use autotools or cmake #19

Description

@cweagans

I'm in the process of building a Homebrew formula for Jaromail, but I'm finding that it's a little difficult to get working due to the very opinionated build scripts, particularly the Mac one. When installing through Homebrew, it is not desirable to have a .app bundle built - Homebrew users just want the utilities installed to the normal Homebrew location and to use the Homebrew-installed dependencies.

I think Jaromail would be much easier to install if it followed the normal ./configure && make && make install pattern that the rest of the world is used to, and it would make it much easier to write a Homebrew formula.

Would it be possible to replace the build scripts with something a little more standardized?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions