mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Add libfontconfig-dev install for Linux dev setup (#1742)
This commit is contained in:
parent
ad278ea01a
commit
8387424261
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user