TW-1579: Add INSTALL note for OpenBSD

This commit is contained in:
Wilhelm Schuermann 2015-03-30 21:16:25 +02:00
parent bc335e8075
commit df3f8ead11

12
INSTALL
View file

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