mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
docs: Add missing submodule init step to the DEVELOPER file
This commit is contained in:
parent
4e7576cb79
commit
ba03a956d1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ How to Build Taskwarrior
|
||||||
$ git clone --recursive https://git.tasktools.org/scm/tm/task.git task.git
|
$ git clone --recursive https://git.tasktools.org/scm/tm/task.git task.git
|
||||||
$ cd task.git
|
$ cd task.git
|
||||||
$ git checkout 2.6.0 # Latest dev branch
|
$ git checkout 2.6.0 # Latest dev branch
|
||||||
|
$ git submodule init
|
||||||
$ git submodule update # Update the libhsared.git submodule
|
$ git submodule update # Update the libhsared.git submodule
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
|
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
|
||||||
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
|
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue