mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 01:41:11 +00:00
README changes.
svn path=/trunk/gtk-sharp/; revision=5413
This commit is contained in:
parent
ded1103f83
commit
d0bb4165b8
12
README
12
README
|
@ -9,17 +9,15 @@ there and adjust accordingly.
|
||||||
|
|
||||||
Building Gtk#:
|
Building Gtk#:
|
||||||
--------------
|
--------------
|
||||||
Currently, it is only possible to compile Gtk# on Win32 using the .Net
|
To compile Gtk# on Win32 using the .Net framework compiler and libraries,
|
||||||
framework compiler and libraries. The build system is in a transitional
|
in the top level directory, type:
|
||||||
state at the moment. Windows compilation utilizes the cygwin environment
|
|
||||||
for a GNU build environment. To compile the package type:
|
|
||||||
|
|
||||||
make -f makefile.win32
|
make -f makefile.win32
|
||||||
|
|
||||||
in the top level directory.
|
Currently, the glue library is not built on win32, and it is not possible
|
||||||
|
to run Gtk# on the .Net runtime.
|
||||||
|
|
||||||
The linux build fails due to unresolved issues in mcs. If you would like
|
The linux build is the traditional:
|
||||||
to help work these issues, the build procedure on linux is the typical:
|
|
||||||
|
|
||||||
configure
|
configure
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue