HOWTO compiles encfs4win on windows

I am trying to compile the encfs port for windows (also see git ). More precisely, I tried to compile it with MSYS , Cygwin and with MSVC 2010. I was not successful with any of them, each of which suffers from completely different problems. Before I give a full outline of any of these three quests and related issues, I wanted to ask if I successfully compiled this program and if it could give a step-by-step guide to compiling encfs4win from the source code, assuming we start with fully vanilla windows 7 .

+4
source share
1 answer

I developed the original EncFS4win Reloaded project . This allows one-step assembly in Visual Studio 2015 : just > > . encfs\encfs\encfs.slnBuildBuild Solution

Libraries are pre-built, but you can also rebuild in 1-step dokany and rlog. I also provide updated binaries.

This project solves all the problems that I encountered using the original project (not rebooted) (fredy77) and forks (rustyx), including:

  • Missing libraries (especially the rustyx fork): check that dokan-dev / dokany , Win32 OpenSSL , Boost C ++ , rlog , corresponding to the dependency path
  • Boost Win32 OpenSLL: ? ( , ).
  • encfs > encfs1 > C/++ >
  • encfs > encfs1 > Linker >
  • encfs > encfs1 > Linker > Input > Additional Dependencies
  • VS2015,
  • Debug vs Release.
0

All Articles