mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
Zeal can'be installed with pacman anymore
parent
0787639d0e
commit
612acb5e82
@ -1,15 +1,15 @@
|
|||||||
Zeal is included in Arch pacman. Just run:
|
Zeal is not included in Arch pacman, but we have 2 version in the AUR:
|
||||||
|
|
||||||
```
|
- [Stable zeal](https://aur.archlinux.org/packages/zeal/)
|
||||||
pacman -S zeal
|
- [Latest zeal from git](https://aur.archlinux.org/packages/zeal-git/)
|
||||||
# all done...
|
|
||||||
```
|
|
||||||
|
|
||||||
If you want to build from github, you can use [zeal git AUR](https://aur.archlinux.org/packages/zeal-git/)
|
In addition, you can always compile zeal by your hands from the source code repository.
|
||||||
|
|
||||||
```
|
```sh
|
||||||
git clone https://aur.archlinux.org/zeal-git.git
|
git clone git@github.com:zealdocs/zeal.git
|
||||||
cd zeal-git
|
cd zeal
|
||||||
makepkg
|
mkdir build && cd build
|
||||||
pacman -U *.xz
|
cmake ..
|
||||||
```
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user