Skip to content

Commit 3416705

Browse files
Remove Windows instructions (#70)
1 parent 137ca69 commit 3416705

File tree

2 files changed

+3
-68
lines changed

2 files changed

+3
-68
lines changed

Makefile.win

Lines changed: 0 additions & 62 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ should be a list following this format: `Key1: Value1; Key2: value2`.
8282

8383
## Building from source
8484

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

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

94-
If running on Windows, you will also need:
95-
96-
* [MSYS2](https://www.msys2.org/)
97-
* [Microsoft Build Tools 2019](https://visualstudio.microsoft.com/downloads/)
98-
* [Microsoft Visual C++ 2019 Redistributable](https://visualstudio.microsoft.com/downloads/)
99-
10097
### Common issues
10198

10299
#### Bazel version

0 commit comments

Comments
 (0)