From 3db1e5858e1d1af759820daa2e5d92fde12a201e Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Tue, 15 Feb 2022 23:13:37 +0530 Subject: [PATCH] fixup! Add experimental Windows build. --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index b710dfd..65a2895 100644 --- a/README.org +++ b/README.org @@ -62,7 +62,8 @@ You might also need to install =git=, =cmake=, =meson= and =g++= as well, if you *NOTE:* On Debian and Debian based distributions you also have to install =libwxgtk-media3.0-dev= *Experimental Windows Build*: -If you want to try out =SampleHive= on =Windows=, you can use the [[https://www.msys2.org/][MSYS2]] environment and [[https://odsn.net/projects/mingw/][MinGW]] compiler for =Windows=. After setting up =MSYS2= and =MinGW= install the following dependencies using the package manager =pacman=. + +If you want to try out =SampleHive= on =Windows=, you can use the [[https://www.msys2.org/][MSYS2]] environment and [[https://osdn.net/projects/mingw/][MinGW]] compiler for =Windows=. After setting up =MSYS2= and =MinGW= install the following dependencies using the package manager =pacman=. #+begin_src pacman -S mingw-w64-x86_64-wxmsw3.1 mingw-w64-x86_64-sqlite mingw-w64-x86_64-taglib mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-libsndfile mingw-w64-x86_64-spdlog mingw-w64-x86_64-meson mingw-w64-x86_64-cmake git