diff --git a/doc/man/task-faq.5.in b/doc/man/task-faq.5.in index e453ab917..61782abb2 100644 --- a/doc/man/task-faq.5.in +++ b/doc/man/task-faq.5.in @@ -69,6 +69,17 @@ automatically upgrade the file but if you need to revert to a previous version of taskwarrior, there is the file format to consider. This is yet another good reason to back up your task data files! +.TP +.B Q: How do I build a Darwin 32bit version of task +A: The taskwarrior packages will not work on a 32-bit OSX installation on Core +Duo hardware. You will need to build Taskwarrior from source, and use this +configure command: + + ./configure "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" + +See: http://taskwarrior.org/issues/817 + http://stackoverflow.com/questions/3261909/build-32bit-on-64-bit-linux-using-a-configure-script + .TP .B Q: How do I build taskwarrior under Cygwin? A: Take a look at the README.build file, where the latest information on build