Skip to content

Commit 53f20f6

Browse files
committed
Fixed Build Commands
1 parent 23ccaf6 commit 53f20f6

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
@@ -40,11 +40,11 @@
4040
<tab id="arm">ARM64</tab>
4141
</tabs>
4242
<syntax-highlight language="bash" id="x86">
43-
$ sudo apt install libx11-dev build-essential curl alsa-lib-devel pulseaudio-libs-devel mesa-libgbm-devel libXcomposite-devel libXrandr-devel libXtst-devel
43+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libgbm-dev libxcomposite-dev libxrandr-dev libxtst-dev
4444
</syntax-highlight>
4545
<syntax-highlight language="bash" id="arm">
46-
$ sudo apt install libx11-dev build-essential curl alsa-lib-devel pulseaudio-libs-devel mesa-libgbm-devel libXcomposite-devel libXrandr-devel libXtst-devel
47-
$ curl -s https://apt.llvm.org/llvm.sh | sudo bash -s -- 18
46+
$ sudo apt install libx11-dev build-essential curl libasound2-dev libpulse-dev libgbm-dev libxcomposite-dev libxrandr-dev libxtst-dev
47+
$ curl -s https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
4848
</syntax-highlight>
4949
</multisyntax>
5050
</item>

0 commit comments

Comments
 (0)