There was an error while loading. Please reload this page.
1 parent 0d875c5 commit 0de491fCopy full SHA for 0de491f
1 file changed
README.md
@@ -29,6 +29,15 @@ Some planned and implemented features:
29
./make-with-jit
30
./pixie-vm
31
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
41
42
## Running the tests
43
@@ -42,6 +51,10 @@ Try out "Hello World" with:
51
52
./examples/hello-world.pxi
44
53
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
45
58
## FAQ
46
59
47
60
### So this is written in Python?
0 commit comments