summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshep7955 <86570596+shep7955@users.noreply.github.com>2025-04-14 18:30:57 -0600
committerGitHub <noreply@github.com>2025-04-14 21:30:57 -0300
commita4a465151ae6eb5a3ce92c821bc00bea105ab8b1 (patch)
tree121cfc8c8cb080468121007ba31761bb292da2b3
parentc2e54ec0b39f322aaf0987b93fdb23a6e09de75b (diff)
Quick typo fix for building instructions (#192)
-rw-r--r--docs/BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md
index e6922301..6d4e1267 100644
--- a/docs/BUILDING.md
+++ b/docs/BUILDING.md
@@ -86,7 +86,7 @@ C:\Program Files\CMake\bin\cmake.exe --build build-cmake --target clean
#### Debian/Ubuntu
```sh
# using gcc
-apt-get install gcc g++ git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev libogg-dev ibvorbis-dev
+apt-get install gcc g++ git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev libogg-dev libvorbis-dev
# or using clang
apt-get install clang git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev libogg-dev libvorbis-dev