WiiTCPLoad Readme
=================

1. Compilation under Linux/Others
2. Compilation under MacOSX
3. Compilation under Windows

=================


=================================
1. Compilation under Linux/Ohers
=================================

Requirements:
 * GNU Compiler Collection
 * QT4 librares, sources and develop tools (qmake)
 * make

To install type:

# qmake
# make all -j2 // (-jX; X - number of CPUs + 1)
# make install

============================
2. Compilation under MacOSX
============================

Build as a universal binary with Darwin 9.5.0 llvm GCC 4.2.1.

Requirements:
 * GNU Compiler Collection
 * QT4 librares, sources and develop tools (qmake)
 * make

To compile type:

qmake -macx
xcodebuild

=============================
3. Compilation under Windows
=============================

Requirements:
 * Qt Creator

To compile just open project file and build sources.