Skip to content
forked from mdh34/quickDocs

Quickly read developer documentation

License

Notifications You must be signed in to change notification settings

chances/quickDocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickDocs Icon

build Get it on AppCenter

A fast developer docs reader Screenshot Screenshot

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
  • For OpenSUSE Leap / Tumbleweed, add the following repo

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

About

Quickly read developer documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 94.2%
  • Meson 5.2%
  • Python 0.6%