Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMarsDev authored Jul 14, 2020
1 parent b13d4db commit 932d644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 932d644

Please sign in to comment.