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`.