[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] Installing wx.NET with Portable.NET
From: |
Bryan Bulten |
Subject: |
[Pnet-developers] Installing wx.NET with Portable.NET |
Date: |
Mon, 31 Mar 2003 23:56:51 -0800 |
It was requested that I post some instructions for installing wx.NET +
wxWindows for use with PNet to the list. Here they are.
1. Grab wxWindows (http://www.wxwindows.org/ .) Preferably the wxGTK
2.4.0 stable release.
2. Build wxGTK with the following:
./configure --with-gtk --enable-gtk2 --enable-unicode
make && su -c 'make install && ldconfig'
3. Grab the latest wx.NET sources from CVS (http://wxnet.sf.net/ -
instructions are on the page.)
4. Grab the latest Premake release (http://premake.sf.net/) and install
it. Premake is used for creating makefiles and such.
5. With premake installed, run the following from the wx.NET directory:
premake --with-shared --with-pnet -gnu
make
6. If successful, libwx-c.so and wx.NET.dll should be in the Bin
directory. Copy libwx-c.so to somewhere in your library path, and
run ldconfig.
7. cd to the Samples directory, and run the following:
premake --with-shard --with-pnet -gnu
make
8. The samples should be in the Bin directory; execute with ilrun as
normal:
ilrun controls.exe
ilrun minimal.exe
The same process applies to mono, just omit the '--with-pnet' flags, and
use mono instead of ilrun.
--
Bryan Bulten
http://opendev.ods.org/
http://wxnet.sourceforge.net/
pgpoM1kwf6wCP.pgp
Description: PGP signature
- [Pnet-developers] Installing wx.NET with Portable.NET,
Bryan Bulten <=