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

Generalize build chain #12

Open
sspreitzer opened this issue Nov 7, 2015 · 0 comments
Open

Generalize build chain #12

sspreitzer opened this issue Nov 7, 2015 · 0 comments

Comments

@sspreitzer
Copy link

Hi, I was just about to package this for Fedora Linux but stumpled upon many pitfalls. It mostly strips down to;

  • Configure should be seperate
  • Make should be seperate
  • Install should be seperate

Can you maybe please think of using standard configure / make procedures as they are used by most C/C++ based Software?
Benefits:

  • Configure allows customization of paths and build program names (eg. qmake-qt5 instead of qmake) (pkgconfig, etc..)
  • Control of CFLAGS
  • Control of installation destination (DESTDIR)
  • etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant