[Gtk-sharp-list] FAQ hits the website
Mike Kestner
mkestner@speakeasy.net
08 Jan 2003 23:43:28 -0600
Hi Charles! Thanks for the input.
On Sun, 2003-01-05 at 21:43, Charles Iliya Krempeaux wrote:
> Q: How do I compile a Gtk# program on Linux?
>
> A: You can compile a Gtk# program, on Linux, using
> either Mono or Portable.NET.
>
> Using Mono, you can compile it using:
>
> mcs Program.cs -r gtk-sharp.dll -r glib-sharp.dll
I think this is more or less a dup of the "Why can't my compiler find
Gtk# classes?" faq.
> Q: How do I run my Gtk# program on Linux?
>
> A: You can run Gtk# programs from the command
> line using various tools. Mono provides
> two tools for doing this. And Portable.NET
> provides one.
I'm tempted to stay away from more general .Net on linux questions like
this, or we'll end up with a FAQ as long as the MS docs. :) I haven't
really heard this question coming up related to Gtk#. Was this something
you struggled with in getting up and running? Perhaps this might be
confusing from the perspective of someone coming to linux from a Windows
.Net background that's used to just typing 'program', or clicking an
icon. I'm hoping the mono/p.net projects will be fielding most of these
types of FAQs for us, but if others think this was challenging to
overcome I can certainly add it to the faq. :)
--
Mike Kestner <mkestner@speakeasy.net>