configure


Log

Author Commit Date CI Message
Frank Denis 50bc3a71 2016-12-09T08:58:13 Do not assume that bash is installed in /bin (#477) This is required in order to run the tests on *BSD.
Eugene Kliuchnikov 5db62dcc 2016-11-09T14:04:09 Fixes: (#468) * fix slow-down after a long copy (q10-11) * more thorough hashing for long ranges (q10-11) * minor documentation fixes * bazel.io -> bazel.build
Evgenii Kliuchnikov 52ff8171 2016-06-24T15:32:51 Update build systems
Eugene Kliuchnikov b32cefe1 2016-06-17T16:24:51 Fix VS build problems: * rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
Eugene Kliuchnikov 378485b0 2016-06-16T10:52:57 Update build system. Now libraries are produced as build artifacts. There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects