Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
en/ | H | 06-Jun-2014 | - | 310,769 | 308,306 | |
ChangeLog | H A D | 18-Aug-2013 | 78.2 KiB | 2,763 | 1,961 | |
Makefile.am | H A D | 18-Aug-2013 | 1.4 KiB | 56 | 41 | |
Makefile.in | H A D | 03-May-2022 | 16.3 KiB | 569 | 493 | |
README | H A D | 21-Dec-2012 | 665 | 29 | 21 | |
gtk-sharp-3-docs.source | H A D | 18-Aug-2013 | 197 | 6 | 5 |
README
1Compiling and installing the Gtk# Documentation 2 3Compile and install monodoc 4 cd monodoc/ 5 ./autogen.sh --prefix=/usr/local 6 make 7 make install 8 9Compile the documentation for gtk-sharp 10 11 cd gtk-sharp/doc 12 make assemble 13 cp gtk-sharp-docs.* `pkg-config monodoc --variable=sourcesdir` 14 15If things are fine, you should have in the Monodoc sources directory the 16following files: 17 18gtk-sharp-docs.source 19gtk-sharp-docs.tree 20gtk-sharp-docs.zip 21netdocs.source 22netdocs.tree 23netdocs.zip 24 25Start monodoc, by typing `monodoc' 26 27If it doesn't run, please change the paths in the makefile and point 28ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe. 29