From df3f8ead118966189d87d87a22e8caf24ac4333f Mon Sep 17 00:00:00 2001 From: Wilhelm Schuermann Date: Mon, 30 Mar 2015 21:16:25 +0200 Subject: [PATCH] TW-1579: Add INSTALL note for OpenBSD --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL b/INSTALL index 70d26a411..0fcc26b12 100644 --- a/INSTALL +++ b/INSTALL @@ -152,6 +152,18 @@ Darwin, 32bit http://stackoverflow.com/questions/6077414/cmake-how-to-set-the-ldflags-in-cmakelists-txt +OpenBSD + In order to build Taskwarrior 2.4.2+, you might need to install a newer GCC + version from ports or packages. + + Afterwards, run + cmake -DCMAKE_CXX_COMPILER=eg++ . + + and build normally. + + See: https://bug.tasktools.org/browse/TW-1579 + + Troubleshooting ---------------