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

Refactor build scripts/just use autotools or cmake #19

Open
cweagans opened this issue Feb 20, 2016 · 1 comment
Open

Refactor build scripts/just use autotools or cmake #19

cweagans opened this issue Feb 20, 2016 · 1 comment
Labels

Comments

@cweagans
Copy link

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?

@jaromil
Copy link
Member

jaromil commented Feb 23, 2016

Sure! Feel free to write new build scripts specifically for homebrew.
In fact, every script in build/ is made for a different situation.
What cannot happen is that existing scripts get substituted by one generic formula.
Leave what is there and add what is missing. I personally have abandoned autoconf for good.
Nor I have tested myself to build with homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants