Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 40b072d

Browse files
Document required system dependencies in README
1 parent 681e8bf commit 40b072d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Add the following to your `Cargo.toml` dependencies:
2424
forma = { version = "0.1.0", package = "forma-render" }
2525
```
2626

27+
### System dependencies
28+
29+
There are some system dependencies that won't be downloaded automatically by Cargo. To build forma, you will need a C toolchain (such as `alpine-sdk` on Alpine Linux, or `build-essential` on Debian), and to run the demos, you'll additionally need to install [CMake](https://repology.org/project/cmake), [fontconfig](https://repology.org/project/fontconfig) and [freetype](https://repology.org/project/freetype).
30+
2731
## 4-stage Pipeline
2832

2933
| 1. Curve flattening | 2. Line segment rasterization | 3. Sorting | 4. Painting |

0 commit comments

Comments
 (0)