From da8258256dcbb0ac0f98b6d1a55a96e66509e73a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 11 Mar 2013 22:45:19 -0400 Subject: [PATCH] Documentation - Updated docs to highly recommend libuuid. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 794edde76..f31d49ab4 100644 --- a/INSTALL +++ b/INSTALL @@ -12,8 +12,8 @@ from source. More information on cmake can be obtained at http://cmake.org -Optionally, you might want to have Lua installed, if you wish to write plugins -and modify taskwarrior. +It is HIGHLY RECOMMENDED that you build with a library that provides uuid_* +functions, such as libuuid. Basic Installation