You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.. | ||
libetpan | 8 years ago | |
readmsg | 8 years ago | |
smtpsend | 8 years ago | |
Makefile.am | 8 years ago | |
README.md | 8 years ago | |
StdAfx.h | 12 years ago | |
build_headers.bat | 8 years ago | |
build_headers.list | 6 years ago | |
gen-public-headers.sh | 8 years ago | |
libetpan-config.h | 8 years ago | |
libetpan.sln | 8 years ago | |
libetpan_version.h | 9 years ago | |
stdbool.h | 10 years ago |
README.md
libEtPan on Windows
All the provided binaries are compiled in release mode. For the debug mode, you need to download the repositories and compile them.
Binary
In case you just need a binary build of libEtPan:
Also, you'll need all the dependencies, download the most recent binary builds in:
Build using Visual Studio 2013
You'll need all the dependencies, download the most recent binary builds in:
Instructions for zlib
- copy
include
,lib
andlib64
folders tolibetpan/third-party
.
openssl
- copy
bin
,bin64
,include
,lib
andlib64
tomailcore2/Externals
.
As a result, in Externals
folder, you should have the following folders: include
, lib
, lib64
, bin
and bin64
.
In libetpan/build-windows
, using Visual Studio 2013, open libetpan.sln
.
Then, build.
Public headers will be located in libetpan/build-windows/include
.