Portable.NET
------------

The goal of this project is to build a suite of Free Software tools
to build and execute .NET applications, including a C# compiler,
assembler, disassembler, and runtime engine.  The initial target
platform is GNU/Linux, with other platforms to follow in the future.

The product is available under the terms of the GNU General Public
License.  The latest version of the product can be downloaded
from the following Web site:

    http://www.southern-storm.com.au/portable_net.html

When you have downloaded a version of the product, it can be unpacked
and built in the usual manner:

    $ zcat pnet-VERSION.tar.gz | tar xvf -
    $ cd pnet-VERSION
    $ ./configure
    $ make

See the HACKING file in this directory for more information on
building and contributing to Portable.NET.

The Portable.NET FAQ can be found on our Web site, or in the "doc"
subdirectory of this distribution.

We welcome feedback on this product.  E-mail your comments to
"rweather@southern-storm.com.au".
