mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Prepared more docs for the 2.4.1 release.
This commit is contained in:
parent
eb3afa1fdc
commit
5d96547c07
3 changed files with 10 additions and 9 deletions
|
@ -26,7 +26,8 @@ How to Build Taskwarrior
|
||||||
not contain the test suite.
|
not contain the test suite.
|
||||||
|
|
||||||
If you send a patch (support@taskwarrior.org), make sure that patch is made
|
If you send a patch (support@taskwarrior.org), make sure that patch is made
|
||||||
against git HEAD. We cannot apply patches made against the tarball source.
|
against git HEAD on the development branch. We cannot apply patches made
|
||||||
|
against the tarball source, or master.
|
||||||
|
|
||||||
General Statement
|
General Statement
|
||||||
This file is intended to convey the current efforts, priorities and needs of
|
This file is intended to convey the current efforts, priorities and needs of
|
||||||
|
@ -188,11 +189,11 @@ Work in Progress
|
||||||
Current Codebase Condition
|
Current Codebase Condition
|
||||||
|
|
||||||
'master' branch:
|
'master' branch:
|
||||||
- 2.3.0 Current release, locked.
|
- 2.4.1 Current release, locked.
|
||||||
|
|
||||||
'2.4.1' branch:
|
'2.4.2' branch:
|
||||||
- Current development branch no plans yet.
|
- Current development branch no plans yet.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
2015-01-01 Updated for 2.4.1
|
2015-02-14 Updated for 2.4.1
|
||||||
|
|
8
INSTALL
8
INSTALL
|
@ -99,10 +99,12 @@ Currently the defined languages are:
|
||||||
|
|
||||||
eng_USA 1
|
eng_USA 1
|
||||||
esp_ESP 2
|
esp_ESP 2
|
||||||
|
deu_DEU 3
|
||||||
fra_FRA 4
|
fra_FRA 4
|
||||||
ita_ITA 5
|
ita_ITA 5
|
||||||
por_PRT 6
|
por_PRT 6
|
||||||
|
epo_RUS 7
|
||||||
|
pol_POL 8
|
||||||
|
|
||||||
Uninstallation
|
Uninstallation
|
||||||
--------------
|
--------------
|
||||||
|
@ -138,9 +140,7 @@ Cygwin
|
||||||
|
|
||||||
|
|
||||||
Darwin, 32bit
|
Darwin, 32bit
|
||||||
The taskwarrior packages will not work on a 32-bit OSX installation on Core
|
Taskwarrior needs to be built from source, and use this configure command:
|
||||||
Duo hardware. You will need to build Taskwarrior from source, and use this
|
|
||||||
configure command:
|
|
||||||
|
|
||||||
cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_EXE_LINKER_FLAGS=-m32 .
|
cmake -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_EXE_LINKER_FLAGS=-m32 .
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -26,7 +26,7 @@ Removed features in 2.4.1
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
|
|
||||||
- None
|
- https://bug.tasktools.org/
|
||||||
|
|
||||||
Taskwarrior has been built and tested on the following configurations:
|
Taskwarrior has been built and tested on the following configurations:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue