Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 10, 2024
1 parent 1e86c8f commit 12d9d36
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ Borderlands 3 from EGS store.
## Building
Building umu-launcher currently requires `bash`, `make`, and `scdoc`, as well as the following Python build tools: [build](https://github.com/pypa/build), [hatchling](https://github.com/pypa/hatch), and [installer](https://github.com/pypa/installer).

Optionally, for building umu-launcher's Python dependencies, [pip](https://github.com/pypa/pip) is required.

To build umu-launcher, after downloading and extracting the source code from this repository, change into the newly extracted directory
```shell
cd umu-launcher
Expand All @@ -94,6 +92,13 @@ Change the `--prefix` as fit for your distribution, for example `/usr/local`, or

Then run `make` to build. After a successful build the resulting files should be available in the `./builddir` directory

**Note**: For umu clients, [pip](https://github.com/pypa/pip) is required to build its Python dependencies and they will need to be put within same directory as the runtime directory (e.g., `$HOME/.config/heroic/tools/runtimes/umu`).

To build all dependencies:
```shell
make DESTDIR=<packaging_directory> umu-subprojects
```

### Installing
To install umu-launcher run the following command after completing the steps described above
```shell
Expand Down

0 comments on commit 12d9d36

Please sign in to comment.