blob: 04d5d5a5c2039b4e5fb83a60d5aaa6ddbea18b00 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Configure
$ cmake --preset arch # (--fresh if the build folder already exists)
# Build
$ cmake --build build
# Dependencies (and versions known to work)
- CMake 4.3.4
- clang version 22.1.6
- Boost 1.91
- pugixml 1.16
- OpenSSL
- ICU
|