Mercurial > hg > orthanc-object-storage
view Aws/README.txt @ 161:f7654d481226
created Aws/mingw-compile.sh
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 23 Jun 2024 15:12:06 +0200 |
parents | 5decdf0f0ef7 |
children | 1fe9ed55e17f |
line wrap: on
line source
Native compilation under Ubuntu 22.04 ===================================== # mkdir Build # cd Build # cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_VCPKG_PACKAGES=OFF -G Ninja # ninja Linux Standard Base compilation =============================== # ./holy-build-box-compile.sh Release MinGW ===== The minimum MinGW version to compile the AWS C++ SDK is 13.x. To build Windows 32 binaries: # ./mingw-compile.sh Release i686 # ls ../mingw-binaries-i686/ To build Windows 64 binaries: # ./mingw-compile.sh Release x86_64 # ls ../mingw-binaries-x86_64/ Microsoft Visual Studio ======================= The minimum version to compile the AWS C++ SDK is Visual Studio 2015. WARNING: The binaries that are produced with Visual Studio currently do not work. They write empty files to the S3 storage.