Skip to content

Commit 4e95e09

Browse files
authored
Merge pull request #16 from rylev/cairo-instructions-update
Small update to cairo install instructions
2 parents 60abf05 + 5e80bd1 commit 4e95e09

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

piet-cairo/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ The need for text shaping will be common to many low-level renderers that are no
1616

1717
## Building on non-Linux
1818

19-
Cairo is quite portable, and it is quite feasible to build on other systems. However, the [cairo-rs] crate seems to expect a library to be provided, rather than building it from sources. On Windows, I've been using prebuilt binary releases from [cairo-windows].
19+
Cairo is quite portable, and it is quite feasible to build on other systems. However, the [cairo-rs] crate seems to expect a library to be provided, rather than building it from sources.
2020

21-
See the [Gtk-rs requirements] page for more detailed instructions how to get it properly installed. On macOS with Homebrew, the following should work:
21+
On Windows, I've been using prebuilt binary releases from [cairo-windows].
22+
23+
On macOS with Homebrew, the following should work:
2224

2325
```shell
24-
brew install gtk+3
26+
brew install cairo
2527
```
2628

2729
TODO: nicer installation instructions (contributions welcome)

0 commit comments

Comments
 (0)