Add libfontconfig-dev install for Linux dev setup (#1742)

This commit is contained in:
Jack Isherwood 2019-10-31 09:39:11 -07:00 committed by Gregory Schier
parent ad278ea01a
commit 8387424261

View File

@ -57,7 +57,15 @@ npm test
npm run app-start
```
If you are on Linux and have problems, you may need to install `libfontconfig-dev`
```bash
# Install libfontconfig-dev
sudo apt-get install libfontconfig-dev
```
If you are on Windows and have problems, you may need to install [Windows Build Tools](https://github.com/felixrieseberg/windows-build-tools)
</details>
<details>