Skip to content

Commit 0de491f

Browse files
committed
add mac instructions and dust link
1 parent 0d875c5 commit 0de491f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ Some planned and implemented features:
2929
./make-with-jit
3030
./pixie-vm
3131

32+
## Special Note for Macs
33+
34+
If you are having trouble building on Mac, checkout this issue
35+
[https://github.com/pixie-lang/pixie/issues/49](https://github.com/pixie-lang/pixie/issues/49).
36+
In particular, try this:
37+
38+
```
39+
export PKG_CONFIG_PATH='/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig:/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig
40+
```
3241

3342
## Running the tests
3443

@@ -42,6 +51,10 @@ Try out "Hello World" with:
4251

4352
./examples/hello-world.pxi
4453

54+
55+
## Build Tool
56+
Pixie now comes with a build tool called [dust](https://github.com/pixie-lang/dust). Try it and start making magic of your own.
57+
4558
## FAQ
4659

4760
### So this is written in Python?

0 commit comments

Comments
 (0)