summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-02-25 09:44:45 +0100
committerAetias <aetias@outlook.com>2024-02-25 09:44:45 +0100
commit44d0c9c5a4035de679e1ca978961852d3b80082d (patch)
treeb7bb10ed84d7c458e68d564cc2110ac514b678a8 /INSTALL.md
parent9089a70ec459d40d9ea3201e64bc9518f07c0496 (diff)
Update build instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b9401220..bea8eff4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,14 +9,21 @@ Contents:
## Prerequisites
-1. Install the following:
- - Python 3.11+ and `pip`
+1. Use one of these platforms:
+ - Windows (MSYS)
+ - Linux via WSL
+ - Recommended for Windows users
+ - Linux
+2. Install the following:
+ - Python 3.11+ and pip
- GCC 9+
-2. Install the Python dependencies:
+ - Make
+ - **On Linux/WSL**: Wine
+3. Install the Python dependencies:
```shell
python -m pip install -r tools/requirements.txt
```
-3. Run the setup script:
+4. Run the setup script:
```shell
python tools/setup.py
```