• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

en/H06-Jun-2014-310,769308,306

ChangeLogH A D18-Aug-201378.2 KiB2,7631,961

Makefile.amH A D18-Aug-20131.4 KiB5641

Makefile.inH A D03-May-202216.3 KiB569493

READMEH A D21-Dec-2012665 2921

gtk-sharp-3-docs.sourceH A D18-Aug-2013197 65

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