Mercurial > hg > orthanc-object-storage
view Aws/README.txt @ 160:d3e7c86c3a4e
added patch to build using mingw
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 23 Jun 2024 10:53:40 +0200 |
parents | 5decdf0f0ef7 |
children | f7654d481226 |
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 ===== MinGW is not supported, at least not on Ubuntu <= 22.04, as AWS uses C++17 constructions that are not available in gcc 10.x.