view Aws/README.txt @ 149:0c93d5b43e58

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2024 21:06:44 +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.