Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste authored Apr 27, 2022
1 parent 577f96d commit 3c01c79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
- download, install and update [MYSYS2](http://www.msys2.org/)
- install msys2 dependencies:
```
pacman -S git zip automake autoconf make mingw-w64-x86_64-make mingw-w64-x86_64-gcc \
mingw-w64-x86_64-gdb mingw-w64-x86_64-SDL2 mingw-w64-x86_64-freetype mingw-w64-x86_64-cmake \
mingw-w64-x86_64-glm mingw-w64-x86_64-glew mingw-w64-x86_64-libconfig mingw-w64-x86_64-tinyxml2 \
mingw-w64-x86_64-zlib mingw-w64-x86_64-perl mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-mpv mingw-w64-x86_64-physfs
pacman -S git zip automake autoconf make mingw-w64-x86_64-make mingw-w64-x86_64-cmake
mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb mingw-w64-x86_64-zlib mingw-w64-x86_64-perl \
mingw-w64-x86_64-SDL2 mingw-w64-x86_64-freetype mingw-w64-x86_64-glm mingw-w64-x86_64-glew \
mingw-w64-x86_64-libconfig mingw-w64-x86_64-tinyxml2 mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-mpv
```
- clone pemu repository:
```
Expand Down

0 comments on commit 3c01c79

Please sign in to comment.