File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 7
7
A fast developer docs reader
8
8
![ Screenshot] ( https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-1.png )
9
9
10
- ## Sources:
10
+ ## Doc Sources:
11
11
- Valadoc
12
12
- DevDocs (supports viewing docs offline)
13
13
14
- ## Dependencies:
14
+ ## Build Dependencies:
15
+ - libgtk-3-dev
15
16
- libwebkit2gtk-4.0-dev
16
17
- meson
18
+ - valac
17
19
20
+ ## Run Dependencies:
21
+ - libwebkit2gtk-4.0
18
22
19
- ## Installation:
23
+ ## Install From Source:
24
+ The following instructions should work on most debian-based systems:
20
25
```
21
- sudo apt install elementary-sdk libwebkit2gtk-4.0- dev meson
26
+ sudo apt install libgtk-3-dev libwebkit2gtk-4.0 libwebkit2gtk-4.0- dev meson valac
22
27
git clone https://github.com/mdh34/quickDocs.git
23
28
cd ./quickDocs/
24
29
meson build --prefix=/usr
You can’t perform that action at this time.
0 commit comments