Skip to content

Commit

Permalink
Remove Windows instructions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Jan 8, 2024
1 parent 137ca69 commit 3416705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 68 deletions.
62 changes: 0 additions & 62 deletions Makefile.win

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ should be a list following this format: `Key1: Value1; Key2: value2`.

## Building from source

> Note: currently only macOS and Linux is supported. When on Windows, the best option
> to use XLA and EXLA is by running inside WSL.
To build the XLA binaries locally you need to set `XLA_BUILD=true` and possibly `XLA_TARGET`.
Keep in mind that the compilation usually takes a very long time.

Expand All @@ -91,12 +94,6 @@ You will need the following installed in your system for the compilation:
* [Bazel v6.1.2](https://bazel.build/) for compiling XLA
* [Python3](https://python.org) with NumPy installed for compiling XLA

If running on Windows, you will also need:

* [MSYS2](https://www.msys2.org/)
* [Microsoft Build Tools 2019](https://visualstudio.microsoft.com/downloads/)
* [Microsoft Visual C++ 2019 Redistributable](https://visualstudio.microsoft.com/downloads/)

### Common issues

#### Bazel version
Expand Down

0 comments on commit 3416705

Please sign in to comment.