From aa174a01bcab70f76012ca7d8a7ec67e45914909 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 16 Feb 2025 22:43:13 +0100 Subject: [PATCH] Update building.md --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 34c9c2853..732ad5cc8 100644 --- a/docs/building.md +++ b/docs/building.md @@ -181,7 +181,7 @@ In addition to the 32-bit MinGW build tools, the build process depends on the 32 ```bash # Install the 32-bit MinGW build tools -sudo apt install cmake gcc-mingw-w64-i686 g++-mingw-w64-i686 pkg-config-mingw-w64-i686 libz-mingw-w64-dev +sudo apt install cmake gcc-mingw-w64-i686 g++-mingw-w64-i686 pkg-config-mingw-w64-i686 libz-mingw-w64-dev git wget # Download the 32-bit development libraries for SDL2 and libsodium # as well as the headers for zlib and place them in subfolders under @@ -195,7 +195,7 @@ In addition to the 64-bit MinGW build tools, the build process depends on the 64 ```bash # Install the 64-bit MinGW build tools -sudo apt install cmake gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 pkg-config-mingw-w64-x86-64 libz-mingw-w64-dev +sudo apt install cmake gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 pkg-config-mingw-w64-x86-64 libz-mingw-w64-dev git wget # Download the 64-bit development libraries for SDL2 and libsodium # as well as the headers for zlib and place them in subfolders under