Skip to content

Commit e474ebe

Browse files
committed
Fixed Build Guide
1 parent 8199461 commit e474ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NTgCalls/Build Guide.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>Introduction</h1>
33
<text>
44
Being a modern library, <b>NTgCalls</b> requires CMake 3.27+ to be built on your system,
5-
on Linux is required at least CLang 18+ and libx11-dev.
5+
on Linux is required at least CLang 20+ and libx11-dev.
66
We recommend using the latest versions of both CMake and CLang.
77
</text>
88
<alert type="important">
@@ -40,10 +40,10 @@
4040
<tab id="arm">ARM64</tab>
4141
</tabs>
4242
<syntax-highlight language="bash" id="x86">
43-
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libstdc++-static
43+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev
4444
</syntax-highlight>
4545
<syntax-highlight language="bash" id="arm">
46-
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libstdc++-static
46+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev
4747
$ curl -s https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
4848
</syntax-highlight>
4949
</multisyntax>

0 commit comments

Comments
 (0)