[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [mpop-users] I appreciate your input for building the source with Windows 32bit
> Subject: [mpop-users] I appreciate your input for building the source
> with Windows 32bit
As described in README.w32, you must do the following:
- Install MinGW with MSYS from http://www.mingw.org/ :
You need MinGW-5.1.0.exe and MSYS-1.0.11-2004.04.30-1.exe
from http://sourceforge.net/project/showfiles.php?group_id=2435
- Start MSYS
- cd to the directory with the mpop source code
- ./configure
- make
This will build a minimal binary. If you want the optional features
(TLS/SSL, more authentication methods, support for non-ascii domain
names), you have to install the prerequisites first. If you don't know
where to get them, you can use the W32 zip files distributed from
http://sourceforge.net/projects/mpop/. They contain the source to all
necessary libraries.
Regards,
Martin