mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Mentioned cmake handling of submodule in DEVELOPER file
This commit is contained in:
parent
24538da200
commit
7d2ce304c4
1 changed files with 1 additions and 1 deletions
|
@ -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.5.2 # 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue