brunodebus / tinq-core

Tinq Project
Other
12 stars 8 forks source link

buildscript for easy building on ubuntu #4

Closed mouse256 closed 10 years ago

mouse256 commented 10 years ago

no real ubuntu packages, just using native packages where possible and generating libqeo.so

brunodebus commented 10 years ago

Would it not be better to built the separate libraries i.s.o libqeo on linux? The pkg-config files allow you to easily link the application.

brunodebus commented 10 years ago

We should also merge the two build scripts: use a command line option to build debug and reference (i.e. build against the packaged libraries) build, and make your way of building (using dependencies from the system) the default

I would replace the ifndef on IMPORT_DIR_SUFFIX by a ifneq empty, so that building with an empty (but defined) IMPORT_DIR_SUFFIX does not fail.