Documentation
- Corrected suported platforms.
This commit is contained in:
4
NEWS
4
NEWS
@@ -47,9 +47,9 @@ Known Issues
|
|||||||
|
|
||||||
Taskwarrior has been built and tested on the following configurations:
|
Taskwarrior has been built and tested on the following configurations:
|
||||||
|
|
||||||
* OS X 10.9 Mavericks, 10.8 Mountain Lion and 10.7 Lion
|
* OS X 10.9 Mavericks, 10.8 Mountain Lion
|
||||||
* Fedora 19 Schrodinger's Cat and 18 Spherical Cow
|
* Fedora 19 Schrodinger's Cat and 18 Spherical Cow
|
||||||
* Ubuntu 12.10 Quantal Quetzal and 12.04 Precise Pangolin
|
* Ubuntu 10.04 Lucid Lynx and 13.04 Raring Ringtail
|
||||||
* Debian 7.0 Wheezy (stable) and 6.0 Squeeze (oldstable) plus Sid (testing)
|
* Debian 7.0 Wheezy (stable) and 6.0 Squeeze (oldstable) plus Sid (testing)
|
||||||
* Slackware 13.37
|
* Slackware 13.37
|
||||||
* Arch Linux
|
* Arch Linux
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ set (task_SRCS A3.cpp A3.h
|
|||||||
add_library (task STATIC ${task_SRCS})
|
add_library (task STATIC ${task_SRCS})
|
||||||
add_executable (task_executable main.cpp)
|
add_executable (task_executable main.cpp)
|
||||||
|
|
||||||
# Yes, 'task' is included twice, other linking fails on CentOS.
|
# Yes, 'task' is included twice, other linking fails on assorted OSes.
|
||||||
target_link_libraries (task_executable task commands columns task ${TASK_LIBRARIES})
|
target_link_libraries (task_executable task commands columns task ${TASK_LIBRARIES})
|
||||||
|
|
||||||
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
set_property (TARGET task_executable PROPERTY OUTPUT_NAME "task")
|
||||||
|
|||||||
Reference in New Issue
Block a user