Skip to content

Commit b34744d

Browse files
committed
Updated Build Commands
1 parent a481ef1 commit b34744d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NTgCalls/Build Guide.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
</item>
3131
<item>
3232
<text>
33-
<b>Build Essential, libx11-dev, Clang 18 and etc:</b><br/>
33+
<b>Build Essential, libx11-dev, Clang 20 and etc:</b><br/>
3434
This section provides instructions on how to install four specific packages: libx11-dev,
35-
build-essential, curl and Clang version 18. Use the following command:
35+
build-essential, curl and Clang version 20. Use the following command:
3636
</text>
3737
<multisyntax id="os_requirements">
3838
<tabs>
3939
<tab id="x86">x86_64</tab>
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 libgbm-dev libxcomposite-dev libxrandr-dev libxtst-dev
43+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libstdc++-static
4444
</syntax-highlight>
4545
<syntax-highlight language="bash" id="arm">
46-
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libgbm-dev libxcomposite-dev libxrandr-dev libxtst-dev
46+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libstdc++-static
4747
$ curl -s https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
4848
</syntax-highlight>
4949
</multisyntax>

0 commit comments

Comments
 (0)