fixup! Add experimental Windows build.

This commit is contained in:
apoorv569 2022-02-15 23:13:37 +05:30
parent b367a9d895
commit 3db1e5858e
1 changed files with 2 additions and 1 deletions

View File

@ -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