Mercurial > hg > orthanc-object-storage
annotate 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 |
rev | line source |
---|---|
133
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1 |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2 Native compilation under Ubuntu 22.04 |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3 ===================================== |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4 |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
5 # mkdir Build |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
6 # cd Build |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
7 # cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_VCPKG_PACKAGES=OFF -G Ninja |
c5fe4d3cc56f
added readme to compile AWS on Ubuntu 22.04
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
8 # ninja |
140 | 9 |
10 | |
11 Linux Standard Base compilation | |
12 =============================== | |
13 | |
14 # ./holy-build-box-compile.sh Release | |
146
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
15 |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
16 |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
17 MinGW |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
18 ===== |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
19 |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
20 MinGW is not supported, at least not on Ubuntu <= 22.04, as AWS uses |
5decdf0f0ef7
trying to build aws for windows
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
140
diff
changeset
|
21 C++17 constructions that are not available in gcc 10.x. |