mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Updated URL references
This commit is contained in:
parent
45a455c0b3
commit
3f216884e7
2 changed files with 8 additions and 2 deletions
2
INSTALL
2
INSTALL
|
@ -156,7 +156,7 @@ OpenBSD
|
|||
|
||||
and build normally.
|
||||
|
||||
See: https://bug.tasktools.org/browse/TW-1579
|
||||
See: https://github.com/GothenburgBitFactory/taskwarrior/issues/1605
|
||||
|
||||
WASM
|
||||
Using the Emscripten compiler, you can achieve it like this:
|
||||
|
|
|
@ -53,11 +53,17 @@ Or clone this repository:
|
|||
$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
|
||||
$ cd taskwarrior
|
||||
|
||||
In case of errors with libshared (URL pointing to git.tasktools.org):
|
||||
In case of errors with libshared - URL pointing to git.tasktools.org in either .git/config or .gitmodules:
|
||||
|
||||
$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .git/config
|
||||
$ git submodule update
|
||||
|
||||
or
|
||||
|
||||
$ sed -i 's/git.tasktools.org\/TM/github.com\/GothenburgBitFactory/' .gitmodules
|
||||
$ git submodule init
|
||||
$ git submodule update
|
||||
|
||||
Then build:
|
||||
|
||||
$ cmake -DCMAKE_BUILD_TYPE=release .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue