@@ -31,7 +31,7 @@ <h3>Set up MSYS2 environment</h3>
3131< p > In the MinGW shell (MSYS2 UCRT64, < b > not</ b > MSYS2 MSYS):</ p >
3232
3333< blockquote > < p > < tt > pacman -Syu< br >
34- pacman -S autoconf automake git libtool make patch pkg-config< br >
34+ pacman -S autoconf automake git libtool make patch pkg-config mingw-w64-ucrt-x86_64-meson < br >
3535pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-gettext mingw-w64-ucrt-x86_64-libxml2< br >
3636pacman -S mingw-w64-ucrt-x86_64-atk mingw-w64-ucrt-x86_64-cairo mingw-w64-ucrt-x86_64-pango< br >
3737pacman -S mingw-w64-ucrt-x86_64-gdk-pixbuf2 mingw-w64-ucrt-x86_64-librsvg mingw-w64-ucrt-x86_64-qt6-base< br >
@@ -41,7 +41,7 @@ <h3>Set up MSYS2 environment</h3>
4141pacman -S mingw-w64-ucrt-x86_64-wavpack mingw-w64-ucrt-x86_64-libmodplug mingw-w64-ucrt-x86_64-libbs2b< br >
4242pacman -S mingw-w64-ucrt-x86_64-libsamplerate mingw-w64-ucrt-x86_64-libsoxr mingw-w64-ucrt-x86_64-neon< br >
4343pacman -S mingw-w64-ucrt-x86_64-libcue mingw-w64-ucrt-x86_64-lame mingw-w64-ucrt-x86_64-opusfile< br >
44- pacman -S mingw-w64-ucrt-x86_64-libopenmpt mingw-w64-ucrt-x86_64-json-glib</ tt > </ p > </ blockquote >
44+ pacman -S mingw-w64-ucrt-x86_64-libopenmpt mingw-w64-ucrt-x86_64-json-glib mingw-w64-ucrt-x86_64-libsidplayfp </ tt > </ p > </ blockquote >
4545
4646< h3 > Install GTK</ h3 >
4747
@@ -61,8 +61,7 @@ <h3>Install additional libraries</h3>
6161make -j$(nproc) ffmpeg< br >
6262make -j$(nproc) libmms< br >
6363make -j$(nproc) libbinio< br >
64- make -j$(nproc) adplug< br >
65- make -j$(nproc) libsidplayfp</ tt > </ p > </ blockquote >
64+ make -j$(nproc) adplug</ tt > </ p > </ blockquote >
6665
6766< h3 > Install Audacious</ h3 >
6867
@@ -71,9 +70,9 @@ <h3>Install Audacious</h3>
7170
7271< p > In the MinGW shell:</ p >
7372< blockquote > < p > < tt > cd /C/audacious< br >
74- ./configure --prefix =/C/aud --enable-gtk2 < br >
75- make -j$(nproc) < br >
76- make install</ tt > </ p > </ blockquote >
73+ /ucrt64/bin/meson setup build -Dprefix =/C/aud -Dgtk2=true < br >
74+ /ucrt64/bin/meson compile -C build < br >
75+ /ucrt64/bin/meson install -C build </ tt > </ p > </ blockquote >
7776
7877< h3 > Install Audacious Plugins</ h3 >
7978
@@ -82,9 +81,9 @@ <h3>Install Audacious Plugins</h3>
8281
8382< p > In the MinGW shell:</ p >
8483< blockquote > < p > < tt > cd /C/audacious-plugins< br >
85- ./configure --prefix =/C/aud --enable-gtk2 < br >
86- make -j$(nproc) < br >
87- make install</ tt > </ p > </ blockquote >
84+ /ucrt64/bin/meson setup build -Dprefix =/C/aud -Dgtk2=true < br >
85+ /ucrt64/bin/meson compile -C build < br >
86+ /ucrt64/bin/meson install -C build </ tt > </ p > </ blockquote >
8887
8988</ body >
9089</ html >
0 commit comments