https://github.com/mdh34/quickdocs
quickly read developer documentation
https://github.com/mdh34/quickdocs
devdocs devhelp elementary quickdocs valadoc
Last synced: 8 months ago
JSON representation
quickly read developer documentation
- Host: GitHub
- URL: https://github.com/mdh34/quickdocs
- Owner: mdh34
- License: gpl-3.0
- Archived: true
- Created: 2017-12-28T13:39:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T21:19:53.000Z (10 months ago)
- Last Synced: 2025-06-23T22:29:17.052Z (10 months ago)
- Topics: devdocs, devhelp, elementary, quickdocs, valadoc
- Language: Vala
- Size: 4.5 MB
- Stars: 106
- Watchers: 2
- Forks: 11
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## This project has been archived and is no longer maintained!
# quickDocs 
A fast developer docs reader


## Doc Sources:
- Valadoc
- DevDocs
## Build Dependencies:
- libarchive-dev
- libdevhelp-dev
- libgee-0.8-dev
- libgranite-dev
- libgtk-3-dev
- libwebkit2gtk-4.0-dev
- meson
- valac
## Install:
### Flatpak:
quickDocs is avaliable on Flathub, install it by running:
```
flatpak install flathub com.github.mdh34.quickdocs
```
### Unofficial Community Packages:
- For Arch Linux based systems, install the AUR package from [here](https://aur.archlinux.org/packages/quickdocs/)
- For OpenSUSE Leap / Tumbleweed, add the following [repo](https://build.opensuse.org/package/show/home:MichaelAquilina/quickdocs)
## Install From Source:
The following instructions should work on most debian-based systems:
```
sudo apt install libarchive-dev libdevhelp-dev libgee-0.8-dev libgranite-dev libgtk-3-dev libwebkit2gtk-4.0-dev meson valac
git clone https://github.com/mdh34/quickDocs.git
cd ./quickDocs/
meson build --prefix=/usr
cd build
ninja
sudo ninja install
```