Skip to content

Commit 736cf01

Browse files
committed
add installation note
1 parent ae01236 commit 736cf01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ be able to find them. If you've installed them in a place you think is a commonl
9191
used path and it's not finding them, you might want to add some paths to the files
9292
in `cmake/`.
9393

94+
Doing the following is often enough:
95+
96+
```
97+
sudo apt install libglfw3-dev libglm-dev libfreetype-dev libassimp-dev
98+
```
99+
94100
Peony also depends on the following packages which are included in the source, and
95101
you therefore don't need to install:
96102

0 commit comments

Comments
 (0)