mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Portability - Building on 32-bit Darwin
- Added notes on building for 32-bit hardware running Darwin (thanks to John Hammond).
This commit is contained in:
parent
516e368df0
commit
a2a9bfc933
2 changed files with 11 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -106,4 +106,5 @@ suggestions:
|
|||
Tom Duffy
|
||||
Miguel de Val Borro
|
||||
Yann Davin
|
||||
John Hammond
|
||||
|
||||
|
|
10
INSTALL
10
INSTALL
|
@ -117,6 +117,16 @@ Darwin
|
|||
installed. If you're using fink, this will require the lua51-dev package in
|
||||
addition to lua51.
|
||||
|
||||
Darwin, 32bit
|
||||
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
|
||||
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue