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 ---------------