Ryujinx-GtkSharp/doc/README
Todd Berman 7beeaa2dd9 update the readme a bit.
svn path=/trunk/gtk-sharp/; revision=34072
2004-09-19 18:29:04 +00:00

31 lines
737 B
Plaintext

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
NOTE: if you use a different prefix for monodoc, reflect that in the cp line
below.
cd gtk-sharp/doc
make assemble
cp gtk-sharp-docs.* /usr/local/lib/monodoc/sources
If things are fine, you should have in /usr/local/lib/monodoc/sources 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.