mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
parent
b1421579ab
commit
ea27d8f5fa
1 changed files with 5 additions and 2 deletions
|
@ -39,12 +39,15 @@ There are two ways to retrieve the Timewarrior sources:
|
||||||
|
|
||||||
Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.
|
Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=release .
|
cmake -DCMAKE_BUILD_TYPE=release
|
||||||
make
|
make
|
||||||
[make test]
|
[make test]
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
This copies files into the right place, and installs man pages.
|
This copies files into the right place (default under `/usr/local`), and installs man pages.
|
||||||
|
|
||||||
|
Add the optional parameter `-DCMAKE_INSTALL_PREFIX=/path/to/your/install/location` to the `cmake` command if you want to install Timewarrior at a location other than `/usr/local`.
|
||||||
|
The `make install` command may not require `sudo` depending on your choice of install location.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue