From 932d644689669cbd28d487c60bacb4637ba0119b Mon Sep 17 00:00:00 2001 From: PolyMars <51007356+PolyMarsDev@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:08:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92823d..0255aaa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ After installing [Mingw64](https://sourceforge.net/projects/mingw-w64/files/Tool ``` g++ -c src/*.cpp -std=c++14 -O3 -Wall -m64 -I include -I C:/SDL2-w64/include && g++ *.o -o bin/release/main -s -L C:/SDL2-w64/lib -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer && start bin/release/main ``` -The compiled ``.exe`` is located in ``/bin``. For it to run, you must copy the ``/res`` folder as well as all ``.dll`` files from your SDL installation its directory. +The compiled ``.exe`` is located in ``/bin``. For it to run, you must copy the ``/res`` folder as well as all ``.dll`` files from your SDL installation to its directory. ### Web Install [emscripten](https://emscripten.org/docs/getting_started/downloads.html) and execute the following command in the project's root directory: ```