333
edits
Rootfather (talk | contribs) |
Rootfather (talk | contribs) (update package list for mingw-w64-i686) |
||
Line 35: | Line 35: | ||
Then, type the following in the MSYS2 terminal to install all the needed additional packages (more info on each package can be found in the next section): | Then, type the following in the MSYS2 terminal to install all the needed additional packages (more info on each package can be found in the next section): | ||
<source lang="bash"> | <source lang="bash"> | ||
pacman - | pacman -S --needed --noconfirm base-devel git mingw-w64-i686-{curl,faad2,freetype,flac,fluidsynth,libjpeg-turbo,libogg,libvorbis,libmad,libmpeg2-svn,libtheora,libpng,nasm,readline,SDL2,SDL2_net,toolchain,winsparkle,zlib} | ||
</source> | </source> | ||
edits