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.
libetpan/build-windows
Krista Grothoff 27bab78968
modifications for memoryhole and main texts in attachments
6 years ago
..
libetpan Merge https://github.com/dinhviethoa/libetpan 8 years ago
readmsg Build for 64-bits on Visual Studio 8 years ago
smtpsend Build for 64-bits on Visual Studio 8 years ago
Makefile.am Fixed build on Linux 8 years ago
README.md Merge pull request #191 from fcoulombegoogle/master 8 years ago
StdAfx.h import from CVS 12 years ago
build_headers.bat Clean header list 8 years ago
build_headers.list modifications for memoryhole and main texts in attachments 6 years ago
gen-public-headers.sh Fixed generation of build_headers.list (#185) 8 years ago
libetpan-config.h The inline keyword is not part of C in visual studio but is part of C++ and it is illegal to re-define a C++ keyword. This change makes it so that we define the inline only when this header file is included in C. 8 years ago
libetpan.sln The readme has been renamed to a .md instead of a .txt. This change fixes the reference from within the .sln. 8 years ago
libetpan_version.h 1.6 9 years ago
stdbool.h Updated for MSVC build 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 and lib64 folders to libetpan/third-party.

openssl

  • copy bin, bin64, include, lib and lib64 to mailcore2/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.