[Gtk-sharp-list] Gtk# released

Mike Kestner mkestner@speakeasy.net
10 Apr 2002 07:52:06 -0500


On Wed, 2002-04-10 at 02:14, Daniel Carrera wrote:
> 
> I installed all the dependencies on my system and the two Gtk# programs
> work.  It's really good to see all the progress that's going on.
> 
> Is there any way I can help if I only have a Linux box?  It's hard to make
> bug repports on HelloWorld.

If you download the source, and do a "make linux" in the generator dir,
the code generator will be built and the source generated.  That step
works on linux.  That will at least get you the generated source so that
you can use it as an API reference to write other programs.

I need to get doc generation to the point where it's at least defining
the API with summary, param, and returns tags, even if they're not
filled out completely.  

Mike