aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-windows/README.md
blob: 69981139a7dd5356f10e0c4e60dc20a2a24e9ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## MailCore 2 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 MailCore 2:
- [MailCore 2](http://d.etpan.org/mailcore2-deps/mailcore2-win32/)

Also, you'll need all the dependencies:

- [CTemplate](http://d.etpan.org/mailcore2-deps/ctemplate-win32/)
- [libEtPan](http://d.etpan.org/mailcore2-deps/libetpan-win32/)
- [LibXML 2](http://d.etpan.org/mailcore2-deps/libxml2-win32/)
- [Tidy HTML5](http://d.etpan.org/mailcore2-deps/tidy-html5-win32/)
- [uchardet](http://d.etpan.org/mailcore2-deps/uchardet-win32/)
- [zlib](http://d.etpan.org/mailcore2-deps/zlib-win32/)
- [ICU, OpenSSL and pthread for win32](http://d.etpan.org/mailcore2-deps/misc-win32/)

### Build using Visual Studio 2013 ###

Download the most recent builds in:
- [CTemplate](http://d.etpan.org/mailcore2-deps/ctemplate-win32/)
- [libEtPan](http://d.etpan.org/mailcore2-deps/libetpan-win32/)
- [LibXML 2](http://d.etpan.org/mailcore2-deps/libxml2-win32/)
- [Tidy HTML5](http://d.etpan.org/mailcore2-deps/tidy-html5-win32/)
- [uchardet](http://d.etpan.org/mailcore2-deps/uchardet-win32/)
- [zlib](http://d.etpan.org/mailcore2-deps/zlib-win32/)
- [ICU, OpenSSL and pthread for win32](http://d.etpan.org/mailcore2-deps/misc-win32/)

Instructions for CTemplate, libEtPan, LibXML 2, Tidy HTML5, uchardet and zlib:
- copy `include`, `lib` and `lib64` folders to `mailcore2/Externals`.

ICU win32:
- copy `bin`, `include` and `lib` folders to `mailcore2/Externals`.

ICU win64:
- copy `bin64`, `include` and `lib64` folders to `mailcore2/Externals`.

openssl:
- copy `bin`, `bin64`, `include`, `lib` and `lib64` to `mailcore2/Externals`.

pthread:
- In `Pre-built.2`, copy `dll`, `include` and `lib` to `mailcore2/Externals`.

As a result, in `Externals` folder, you should have the following folders: `include`, `lib`, `lib64`, `bin`, `bin64` and `dll`.

In `mailcore2/build-windows/mailcore2`, using Visual Studio 2013, open `mailcore2.sln`.
Then, build.