Portability

Added a reference to the Darwin 32bit version task to the task-faq
man page as well.
This commit is contained in:
Federico Hernandez 2011-08-20 23:01:47 +02:00
parent c6229a6ca6
commit 556ee1165d

View file

@ -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 of taskwarrior, there is the file format to consider. This is yet another good
reason to back up your task data files! 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 .TP
.B Q: How do I build taskwarrior under Cygwin? .B Q: How do I build taskwarrior under Cygwin?
A: Take a look at the README.build file, where the latest information on build A: Take a look at the README.build file, where the latest information on build