List of Dependencies for libxayagame in Windows - RenegadeMinds/testbed GitHub Wiki
When building libxayagame in Windows with MSYS2 MingGW 64-bit, the DLLs listed below are required.
In a file explorer, navigate to the folder with the dependencies.
C:\msys64\mingw64\bin
From there we must copy the following files into the same folder as your executable file.
- libbrotlicommon.dll
- libbrotlidec.dll
- libcrypto-1_1-x64.dll
- libcurl-4.dll
- libffi-6.dll
- libgcc_s_seh-1.dll
- libgflags.dll
- libgflags_nothreads.dll
- libglog.dll
- libgmp-10.dll
- libgnutls-30.dll
- libgtest.dll
- libgtest_main.dll
- libhogweed-4.dll
- libiconv-2.dll
- libidn2-0.dll
- libintl-8.dll
- libjsoncpp-20.dll
- libjsonrpccpp-client.dll
- libjsonrpccpp-common.dll
- libjsonrpccpp-server.dll
- libjsonrpccpp-stub.dll
- liblmdb.dll
- libmicrohttpd-12.dll
- libnettle-6.dll
- libnghttp2-14.dll
- libp11-kit-0.dll
- libprotobuf-lite.dll
- libprotobuf.dll
- libprotoc.dll
- libpsl-5.dll
- libsodium-23.dll
- libsqlite3-0.dll
- libssh2-1.dll
- libssl-1_1-x64.dll
- libstdc++-6.dll
- libtasn1-6.dll
- libunistring-2.dll
- libwinpthread-1.dll
- libzmq.dll
- zlib1.dll
With those DLLs copied, all your dependencies are covered, and you can run your executable file.