
This readme gives you some advises to compile multiget from source code.
For how to use multiget, please visit http://multiget.sourceforge.net

MultiGet file downloader

	How to compile multiget from source code (for linux with kernel 2.6.x)

If you havn't installed wxGTK devlope packet, please

1:download wxWidgets-2.6.3 or wxGTK-2.6.3 from http://www.wxWidgets.org, 2.7.x version not tested.
2:extract it and enter the new folder
3:make a new folder,like "build_nonunicode_static",enter it,type in:
../configure --disable-shared --enable-monolithic --with-gtk=2 --with-libpng=builtin --with-zlib=builtin --with-expat=builtin --with-libtiff=builtin --with-regex=builtin --with-libjpeg=builtin --disable-unicode
4:when step 3 finish, type in "make"
5:when step 4 finish, type in "sudo make install", it will install wxGTK to your system,
6:type in "wx-config --cxxflags", check if wxGTK work.
7:enter multiget source folder, type in "make", when finish, you got MultiGet,run with ./MultiGet.

If you have installed wxGTK devlope packet, just do step 7. If your wxGTK is compiled with --enable-unicode, then you will get a unicode version of MultiGet.

If you compiled wxGTK with --disable-shared , then MultiGet can run without wxGTK runtime library. You can then remove wxGTK as your like.

This version of source compiled with g++ 4.0.3 under ubuntu 6.06 will give no warnning and errors.

For FreeBSD compile, make sure "wx-config" work, if not this command, make a soft link and "make".
For MacOS compile, type "make" as do in Linux, but you should install wxMac first, and wx-config command work.

source can't be compiled on Windows.

liubin,China

2006/11/17
