mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Release 1.7.0
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
bcc78a941f
commit
63f7fc95a0
3 changed files with 10 additions and 10 deletions
|
@ -53,16 +53,16 @@ There are two ways to retrieve the Timewarrior sources:
|
|||
```
|
||||
* Or download the tarball with curl,
|
||||
```
|
||||
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.6.0/timew-1.6.0.tar.gz
|
||||
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.7.0/timew-1.7.0.tar.gz
|
||||
```
|
||||
and expand the tarball
|
||||
```
|
||||
tar xzf timew-1.6.0.tar.gz
|
||||
cd timew-1.6.0
|
||||
tar xzf timew-1.7.0.tar.gz
|
||||
cd timew-1.7.0
|
||||
```
|
||||
Build Timewarrior, optionally run the test suite, and install it.
|
||||
```
|
||||
cmake -DCMAKE_BUILD_TYPE=release
|
||||
cmake -DCMAKE_BUILD_TYPE=release .
|
||||
make
|
||||
[make test]
|
||||
sudo make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue