2003-06-04 02:57:56 +00: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
|
|
|
|
|
2004-09-19 19:23:57 +00:00
|
|
|
cd gtk-sharp/doc
|
2004-09-19 18:29:04 +00:00
|
|
|
make assemble
|
2004-09-19 19:23:57 +00:00
|
|
|
cp gtk-sharp-docs.* `monodoc --get-sourcesdir`
|
2003-06-04 02:57:56 +00:00
|
|
|
|
2004-09-19 19:23:57 +00:00
|
|
|
If things are fine, you should have in the Monodoc sources directory the
|
|
|
|
following files:
|
2003-06-04 02:57:56 +00:00
|
|
|
|
|
|
|
gtk-sharp-docs.source
|
|
|
|
gtk-sharp-docs.tree
|
|
|
|
gtk-sharp-docs.zip
|
|
|
|
netdocs.source
|
|
|
|
netdocs.tree
|
|
|
|
netdocs.zip
|
|
|
|
|
|
|
|
Start monodoc, by typing `monodoc'
|
2003-02-14 19:59:31 +00:00
|
|
|
|
|
|
|
If it doesn't run, please change the paths in the makefile and point
|
2003-06-04 02:57:56 +00:00
|
|
|
ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.
|