mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
Refine INSTALL file (#3615)
Update INSTALL file CMake can also abstract the install procedure from the underlying Makefile
This commit is contained in:
parent
44d443a8d6
commit
72f9cd91a5
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -33,7 +33,7 @@ Briefly, these shell commands will unpack, build and install Taskwarrior:
|
|||
$ cd task-X.Y.Z [2]
|
||||
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release . [3]
|
||||
$ cmake --build build [4]
|
||||
$ sudo make -C build install [5]
|
||||
$ sudo cmake --install build [5]
|
||||
$ cd .. ; rm -r task-X.Y.Z [6]
|
||||
|
||||
These commands are explained below:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue