From 556ee1165d84c1c0ab205db7706266eebd1c002a Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sat, 20 Aug 2011 23:01:47 +0200 Subject: [PATCH] Portability Added a reference to the Darwin 32bit version task to the task-faq man page as well. --- doc/man/task-faq.5.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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