mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Portability
Added a reference to the Darwin 32bit version task to the task-faq man page as well.
This commit is contained in:
parent
c6229a6ca6
commit
556ee1165d
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue