From 231658ff2b796d64f359123e56a7ec67c7843872 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Mon, 13 May 2024 06:48:14 +0300 Subject: [PATCH] Update compiling instructions --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 150f0aa..7857044 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/docs/installation.md b/docs/installation.md index c0f36cc..036d23d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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`.