Add python to BUILDING_FROM_SOURCE

This commit is contained in:
Richard Feldman 2020-10-31 21:27:54 -04:00
parent 00445b3bc6
commit c123bc3c6c

View File

@ -1,12 +1,13 @@
# Building the Roc compiler from source
## Installing LLVM, Zig, valgrind, libunwind, and libc++-dev
## Installing LLVM, Python 2.7, Zig, valgrind, libunwind, and libc++-dev
To build the compiler, you need these installed:
* `libunwind` (macOS should already have this one installed)
* `libc++-dev`
* Python 2.7
* a particular version of Zig (see below)
* a particular version of LLVM (see below)