Skip to content

Commit

Permalink
Add missing Ubuntu dependency to README (#244)
Browse files Browse the repository at this point in the history
* Add missing Ubuntu dependency to README

* Add G++ to required dependencies
  • Loading branch information
Jaxydog authored Apr 30, 2024
1 parent 319066e commit a59d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a59d355

Please sign in to comment.