Skip to content

Commit 1d64e18

Browse files
authored
Mention libstdc++-static as a build requirement in Readme.md (async-profiler#1166)
Signed-off-by: Volker Simonis <volker.simonis@gmail.com>
1 parent f5a7c63 commit 1d64e18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Find more details in the [Getting started guide](docs/GettingStarted.md).
6565

6666
- make
6767
- GCC 7.5.0+ or Clang 7.0.0+
68+
- Static version of libstdc++ (e.g. on Amazon Linux 2023: `yum install libstdc++-static`)
6869
- JDK 11+
6970

7071
### How to build

0 commit comments

Comments
 (0)