You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,26 @@ Using a different version of Vala
58
58
You may want or need to test Valadoc with a different version of Vala, for example to pick up fixes in Vala that are necessary to build example code. You can do this with a chroot or jhbuild; or if your valac’s API version is different from other versions you have installed, just set `VALAC=valac-X.YY` in your environment when running `make`.
59
59
60
60
61
+
Install locally
62
+
===============
63
+
64
+
To install valadoc documentation as devhelp books, first build the pages with either
65
+
```bash
66
+
make build-docs-mini build-data GENERATOR_OPTS=--skip-existing
67
+
```
68
+
for just glib, gio and gobject, or
69
+
```bash
70
+
make build-docs build-data GENERATOR_OPTS=--skip-existing
71
+
```
72
+
for all packages. This can take a bit longer.
73
+
74
+
After that you can run
75
+
```bash
76
+
sudo make install
77
+
```
78
+
to install the devhelp books in your system. Now launch Devhelp and use them!
0 commit comments