summaryrefslogtreecommitdiffstats
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* build: Free up CPPFLAGS & Co. for usersHans Ulrich Niedermann2011-03-071-0/+8
| | | | | | | | | | | | | | | | | | The CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS vars should be free for use by the person who does the build, so rasdaman itself should put all its internally needed flags to AM_CPPFLAGS, AM_CFLAGS, AM_CXXFLAGS, *_LIBS instead. We do just that, and also put all the C preprocessor defines in _CPPFLAGS so they are used for compiling both C and C++ source files. This redistributes some responsibilities from the _CFLAGS and _CXXFLAGS vars. Also use _LDADD _LIBS where appropriate. As a result, the user can now properly set CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS at configure or make time and have these values used in the build.
* docs: Update INSTALL: How to run autoreconfHans Ulrich Niedermann2011-03-071-1/+7
| | | | | Update INSTALL file with instructions on initializing the build system, i.e. on how to run autoreconf.
* doc: Add "tips and tricks" section to INSTALLHans Ulrich Niedermann2011-03-071-1/+14
| | | | Document the "git clean" trick (for now, more to follow).
* Initial commitv8.0Constantin Jucovschi2009-04-241-0/+13