Files required to compile apkeep
.
This file is required to build apkeep
with the OpenSSL 3.2.1 dependency in a way that works with termux
. When building OpenSSL, the dynamic library extensions must be specified with the major version number.
This file is required to build apkeep
for Windows x64. It contains the statically compiled libraries for openssl-3.2.1
built from the sources available on https://www.openssl.org/. Cross-compilation of these libraries was not successful, so this had to be built on an actual Windows x64 platform (in this case, Server 2022). Visual Studio Community is needed with the Desktop Development with C++ workload. Strawberry Perl and NASM are also needed, and must be added to the %PATH%
environmental variable. Instructions to build can be found here. The build was made using the VC-WIN64A
target:
perl Configure -static VC-WIN64A
nmake
To reduce the size of the download, only libssl.lib
, libcrypto.lib
, and include/
results of the compilation are included in the file.