Ryujinx-GtkSharp/Source/OldStuff/doc
2021-07-21 00:24:49 +06:00
..
en Update based on PR feedback 2021-07-21 00:24:49 +06:00
add-since.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
all.xml Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ChangeLog Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
gen-gtype-docs.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
gen-handlerargs-docs.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
gen-intptr-ctor-docs.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
gen-vm-docs.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
gtk-sharp-3-docs.source Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
README Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
scan-deprecations.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00

Compiling and installing the Gtk# Documentation

Compile and install monodoc
    cd monodoc/
	./autogen.sh --prefix=/usr/local
	make
	make install

Compile the documentation for gtk-sharp

    	cd gtk-sharp/doc
	make assemble
	cp gtk-sharp-docs.* `pkg-config monodoc --variable=sourcesdir`

If things are fine, you should have in the Monodoc sources directory the 
following files:

gtk-sharp-docs.source
gtk-sharp-docs.tree
gtk-sharp-docs.zip
netdocs.source
netdocs.tree
netdocs.zip

Start monodoc, by typing `monodoc'

If it doesn't run, please change the paths in the makefile and point
ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.