blob: 6e1dcb45578ae132151002a042c5a8330e6b54d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Install
Contents:
- [Prerequisites](#prerequisites)
- [Build the ROM](#build-the-rom)
## Prerequisites
1. Install Python 3.11 or higher
2. Install the Python dependencies:
```shell
python -m pip install -r tools/requirements.txt
```
3. Run the setup script:
```shell
python tools/setup.py
```
## Build the ROM
To build the ROM, simply run `make` in the root directory.
|