File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
</item >
31
31
<item >
32
32
<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 />
34
34
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:
36
36
</text >
37
37
<multisyntax id =" os_requirements" >
38
38
<tabs >
39
39
<tab id =" x86" >x86_64</tab >
40
40
<tab id =" arm" >ARM64</tab >
41
41
</tabs >
42
42
<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
44
44
</syntax-highlight >
45
45
<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
47
47
$ curl -s https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
48
48
</syntax-highlight >
49
49
</multisyntax >
You can’t perform that action at this time.
0 commit comments