This repository was archived by the owner on Jun 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ A fast developer docs reader
1313 - Valadoc
1414 - DevDocs
1515
16- Both are avalibale to use offline
1716## Build Dependencies:
1817 - libarchive-dev
1918 - libdevhelp-dev
@@ -24,28 +23,20 @@ A fast developer docs reader
2423 - meson
2524 - valac
2625
27- ## Run Dependencies:
28- - libarchive
29- - libdevhelp
30- - libgee-0.8
31- - libgranite
32- - libwebkit2gtk-4.0
33-
3426## Install:
3527### Flatpak:
3628 quickDocs is avaliable on Flathub, install it by running:
3729 ```
3830 flatpak install flathub com.github.mdh34.quickdocs
3931 ```
40- ### Distro Packages:
41- - For Debian / Ubuntu based systems, install the latest .deb from [ here] ( https://github.com/mdh34/quickDocs/releases ) (64-bit only)
32+ ### Unofficial Community Packages:
4233 - For Arch Linux based systems, install the AUR package from [ here] ( https://aur.archlinux.org/packages/quickdocs/ )
4334 - For OpenSUSE Leap / Tumbleweed, add the following [ repo] ( https://build.opensuse.org/package/show/home:MichaelAquilina/quickdocs )
4435
4536## Install From Source:
4637The following instructions should work on most debian-based systems:
4738```
48- sudo apt install libarchive libarchive -dev libgtk-3 -dev libdevhelp -dev libdevhelp libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev meson valac
39+ sudo apt install libarchive-dev libdevhelp -dev libgee-0.8 -dev libgranite -dev libgtk-3-dev libwebkit2gtk-4.0-dev meson valac
4940git clone https://github.com/mdh34/quickDocs.git
5041cd ./quickDocs/
5142meson build --prefix=/usr
You can’t perform that action at this time.
0 commit comments