Merge pull request #1587 from cglotr/add-g++-for-ubuntu-source-compile

This commit is contained in:
Jakub Panek 2022-10-30 18:45:16 +01:00 committed by GitHub
commit dfb49a66e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles
#### Ubuntu #### Ubuntu
```sh ```sh
sudo apt install cmake pkg-config libfontconfig-dev libgtk-3-dev sudo apt install cmake pkg-config libfontconfig-dev libgtk-3-dev g++
``` ```
#### Fedora #### Fedora
```sh ```sh