5 Commits

Author SHA1 Message Date
FredBezies
cf47d208b2
Fixing pacman -S line to add missing meta-package
You need base-devel to get all autotools and build tools that will be missing. 

Here is the cleaned up list (I removed description to save some space) from my archlinux installation as msys2 is using archlinux as base.

`$ pacman -Ss base-devel
testing/automake 1.16.4-1 (base-devel) 
testing/texinfo 6.8-2 (base-devel) 
core/autoconf 2.71-1 (base-devel) 
core/automake 1.16.3-1 (base-devel) 
core/binutils 2.36.1-3 (base-devel) 
core/bison 3.7.6-1 (base-devel) 
core/fakeroot 1.25.3-2 (base-devel) 
core/file 5.40-5 (base-devel) 
core/findutils 4.8.0-1 (base-devel) 
core/flex 2.6.4-3 (base-devel) 
core/gawk 5.1.0-1 (base-devel) 
core/gcc 11.1.0-1 (base-devel) 
core/gettext 0.21-1 (base-devel) 
core/grep 3.6-1 (base-devel) 
core/groff 1.22.4-6 (base-devel) 
core/gzip 1.10-3 (base-devel) 
core/libtool 2.4.6+42+gb88cebd5-16 (base-devel) 
core/m4 1.4.19-1 (base-devel) 
core/make 4.3-3 (base-devel) 
core/pacman 6.0.0-5 (base-devel) 
core/patch 2.7.6-8 (base-devel) 
core/pkgconf 1.7.3-1 (base-devel) 
core/sed 4.8-1 (base-devel) 
core/sudo 1.9.7.p2-1 (base-devel) 
core/texinfo 6.8-1 (base-devel) [installé: 6.8-2]
core/which 2.21-5 (base-devel) 
`

I also added --needed to shorten installation time.

You also need gcc to build dependencies like sdl2 for example.
2021-07-30 21:10:54 +02:00
Jookia
4335b56716 MinGW: Suggest installing libpng 2020-10-04 23:28:55 +11:00
Jookia
0145c4d2fc README.MinGW: Add instructions for using MSYS2 2020-10-03 17:01:51 +10:00
Wengier
ecec32ea1c
Update README.MinGW 2020-06-16 21:54:41 -04:00
Darik Horn
bcf2cc003a Add README.MinGW Dosbox build notes. 2017-05-12 13:08:28 -04:00