Skip to content

Commit

Permalink
Update building.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Feb 16, 2025
1 parent fff1594 commit aa174a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aa174a0

Please sign in to comment.