Answer the question
In order to leave comments, you need to log in
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
don't know what to do next
$ git clone --recursive -b 2.6.0 https://github.com/GothenburgBitFactory/taskwarrior.git
$ cd taskwarrior
$ cmake -DCMAKE_BUILD_TYPE=release .
...
$ make
...
[$ make test]
...
$ sudo make install
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...
Run the executable or make install. Otherwise find the version for manjaro.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question