Skip to content

Latest commit

 

History

History
 
 

build-windows

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

  1. You need a working installation of Visual Studio 2013, 2015 or 2017. A community edition is enough.

  2. Clone repository/or download the a .zip and unpack it. The direcory where the content of the repository lays in will from now on referenced as libetpan. This README.md should be at libetpan/build-windows/README.md.

  3. You'll need all the dependencies, download the most recent binary builds in:

  1. Create the libetpan/third-party folder.

  2. Inside all the downloaded archives you should find bin, bin64, include, lib, lib64 or ssl folders. Copy all of them to libetpan/third-party. If you're unsure just copy all of those folders to libetpan/third-party.

  3. As a result, in libetpan/third-party folder, you should have the following folders:

  • include
  • lib
  • lib64
  • bin
  • bin64
  • ssl
  1. In libetpan/build-windows, using Visual Studio, open libetpan.sln.

  2. Build the solution