Merge branch '2.0.0' of tasktools.org:task into 2.0.0

This commit is contained in:
Paul Beckingham
2011-08-20 17:09:04 -04:00

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