Add dependencies to individual modules.
This commit is contained in:
parent
a46477cdcf
commit
471c7b20e0
5 changed files with 63 additions and 0 deletions
9
src/rendering/fonts/README.md
Normal file
9
src/rendering/fonts/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Optional Dependencies
|
||||
|
||||
## Linux
|
||||
|
||||
### Freetype
|
||||
|
||||
```bash
|
||||
sudo apt-get install libfreetype-dev
|
||||
```
|
9
src/rendering/graphics/README.md
Normal file
9
src/rendering/graphics/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Optional Dependencies
|
||||
|
||||
## Linux
|
||||
|
||||
### OpenGL
|
||||
|
||||
```bash
|
||||
sudo apt-get install libgl-dev libegl1-mesa-dev libglu1-mesa-dev libglm-dev
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue