6 Commits

Author SHA1 Message Date
Sven Klemm
119963a334 Replace hardcoded bash path in shell scripts 2018-10-10 17:55:39 +02:00
Evan Carroll
5bc705f56d Update bootstrap to check for cmake and exit if not found 2018-09-09 14:34:44 -04:00
Rob Kiefer
e8eabf4278 Add support for passing flags to cmake
Changing things like the location of pg_config and other macros,
additional cmake flags, etc require modifying bootstrap file. This
PR instead passes any flags given to bootstrap onto cmake itself.
2018-01-03 11:15:56 -05:00
Rob Kiefer
9ef6dd1fa3 Fix bootstrap script to correctly name SRC_DIR 2017-12-11 09:08:49 -05:00
Rob Kiefer
a0f62c5156 Improve bootstrap script's robustness
Users can now either force the removal of an existing BUILD_DIR
by passing BUILD_FORCE_REMOVE to ./bootstrap, or they will be
prompted to remove the dir if it already exists. Additionally, the
bootstrap script will now exit if there is an error in mkdir or
cmake.
2017-12-09 13:00:01 -05:00
Erik Nordström
b1ec4fa179 Refactor build system to use CMake
Moving the build system to CMake allows easy cross-platform
compiles, dependency checks, and more. In particular, CMake
allows us to easily build on Windows, and Visual Studio now
has native CMake support.
2017-10-16 20:50:16 +02:00