mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Docs/Add more required packages to Linux build guide
Updated package installation instructions for Debian/Ubuntu to include gcc-12 and libxkbfile1.
This commit is contained in:
parent
9facea0a66
commit
140c9fe529
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ official releases.
|
|||
**Ensure some basic tools are installed**:
|
||||
|
||||
```
|
||||
$ sudo apt install bash grep findutils curl gcc g++ make git rsync
|
||||
$ sudo apt install bash grep findutils curl gcc gcc-12 g++ make git rsync
|
||||
```
|
||||
|
||||
- The 'find' utility is 'findutils' on Debian.
|
||||
|
|
@ -31,7 +31,7 @@ for example:
|
|||
|
||||
```
|
||||
sudo apt install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
|
||||
libxcb-randr0 libxcb-render-util0
|
||||
libxcb-randr0 libxcb-render-util0 libxkbfile1
|
||||
```
|
||||
|
||||
On some distros such as Arch Linux and Fedora, you may need to install the
|
||||
|
|
|
|||
Loading…
Reference in a new issue