9
9
99LIMITS2020-12-14 15:47:44
linux
99LIMITS, 2020-12-14 15:47:44

Installing a program from github?

Hello. I recently installed manjaro. I installed all sorts of programs through pacman -S, everything seemed to be zbs. But I came across programs from github. Gitclone them and don't know what to do next. I unpacked the file and I still have a folder with the program. How do I install or compile it to make it work? "A program called taskwarrior, https://taskwarrior.org/ . Help kind people

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Bogachev, 2020-12-14
@sfi0zy

don't know what to do next

You can start by reading the readme . This is the first place to look if the question arose "how to build/install/run this":
Clone this repository:
$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
$ cd taskwarrior

Thenbuild:
$ cmake -DCMAKE_BUILD_TYPE=release .
...
$ make
...
[$ make test]
...
$ sudo make install

B
brar, 2020-12-14
@brar

Change to the cloned directory. makepkg -si
Everything is in it .
PS Of course, run as root or with sudo.
Yes, and in fact it is in the official turnips, just called timewarrior
https://www.archlinux.org/packages/community/x86_6...

C
Cat on the Moon, 2020-12-14
@KOTOVLUN

Run the executable or make install. Otherwise find the version for manjaro.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question