Add missing Ubuntu dependency to README (#244)

* Add missing Ubuntu dependency to README

* Add G++ to required dependencies
This commit is contained in:
Jaxydog 2024-04-29 22:20:01 -04:00 committed by GitHub
parent 319066e9a1
commit a59d3554aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ brew install silicon
```bash
sudo apt install expat
sudo apt install libxml2-dev
sudo apt install pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libharfbuzz-dev
sudo apt install pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libharfbuzz-dev libfontconfig1-dev g++
```
### Fedora