mirror of https://github.com/lapce/lapce.git
Merge pull request #1587 from cglotr/add-g++-for-ubuntu-source-compile
This commit is contained in:
commit
dfb49a66e9
|
@ -8,7 +8,7 @@ It is easy to build Lapce from source on a GNU/Linux distribution. Cargo handles
|
|||
|
||||
#### Ubuntu
|
||||
```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
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue