Installing other packages with pacman If you want to compile an SSL program that links to libssl and libcrypto with-lssl -lcryptoyou will need to installopenssl-develas shown below. There are many other devel packages. For example, libbz2-devel, libelf-devel, libunrar-devel, and libyaml-d...
If you want to compile an SSL program that links to libssl and libcrypto with -lssl -lcrypto you will need to install openssl-devel as shown below. There are many other devel packages. For example, libbz2-devel, libelf-devel, libunrar-devel, and libyaml-devel. The environment is rather...
log Copying some libs from msys2 cmd cp -p /mingw64/bin/{libcrypto-1_1-x64,libssl-1_1-x64}.dll . if [ "$DEBUG_BUILD" = "1" -o "$SDK" = "1" ]; then cmd cp -p "$SOURCE_DIR"/shotcut/drmingw/x64/bin/*.{dll,yes} . fi log Copying some plugins, qml...