Update compiling instructions

This commit is contained in:
EnderIce2 2024-05-13 06:48:14 +03:00
parent 6e99e11250
commit 231658ff2b
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ On macOS, follow [these instructions](https://enderice2.github.io/rpc-bridge/ins
## Compiling from source
- Install the `wine`, `x86_64-w64-mingw32-gcc` and `make` packages.
- Install the `wine`, `gcc-mingw-w64` and `make` packages.
- Open a terminal in the directory that contains this file and run `make`.
- The compiled executable will be located in `build/bridge.exe`.

View File

@ -102,7 +102,7 @@ In Wine, all you need to do is run `bridge.exe` and select `Start`.
## Compiling from source
- Install the `wine`, `x86_64-w64-mingw32-gcc` and `make` packages.
- Install the `wine`, `gcc-mingw-w64` and `make` packages.
- Open a terminal in the directory that contains this file and run `make`.
- The compiled executable will be located in `build/bridge.exe`.