blob: eb919ea6355b5abecea9103207bf9210e08b8a31 [file] [view]
# Building IREE from source
While IREE does offer
[binary distributions](https://github.com/google/iree/releases) for its
compiler tools and [Python bindings](../bindings/python.md), building from
source is still useful when using IREE's runtime or when making changes to the
compiler or import tools themselves.
## Reference pages
* [Getting started](./getting-started.md)
* [Bindings and importers](./python-bindings-and-importers.md)
* [Android cross-compilation](./android.md)
* [RISC-V cross-compilation](./riscv.md)