From bbd53f6556e04c2b1b5d2adaa88c65342946bbaf Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 13 Feb 2017 00:15:10 +0100 Subject: [PATCH] Mentioned cmake handling of submodule in DEVELOPER file --- DEVELOPER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER b/DEVELOPER index 6bf0140fa..9fd31141c 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -11,7 +11,7 @@ How to Build Taskwarrior $ git clone --recursive https://git.tasktools.org/scm/tm/task.git task.git $ cd task.git $ git checkout 2.6.0 # Latest dev branch - $ git submodule init + $ git submodule init # This is now done by cmake (beta) $ git submodule update # Update the libhsared.git submodule $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither $ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs