From 7970b78be9ef171bc13428329b80d75070a03776 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 6 Feb 2022 14:57:52 -0500 Subject: [PATCH] Fix mistake --- dev/buildguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/buildguide.rst b/dev/buildguide.rst index 084194e..5493d80 100644 --- a/dev/buildguide.rst +++ b/dev/buildguide.rst @@ -16,7 +16,7 @@ Follow these steps to compile 86Box from source: 4. Run the following command to install all of the dependencies: .. code-block:: bash - $ pacman -S gdb make git mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686- libpngmingw-w64-i686-rtmidi + $ pacman -S gdb make git mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-rtmidi 5. Once the environment is fully updated and all dependencies are installed, change directory to ``src``: .. code-block:: bash