Skip to content
Snippets Groups Projects
Commit ba3634d8 authored by Ishan Kumar Kaler's avatar Ishan Kumar Kaler
Browse files

Update Readme Win build details

parent adbdc1b6
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ since it will usually contain spaces, making the build fail. ...@@ -271,7 +271,7 @@ since it will usually contain spaces, making the build fail.
make make
8. Look in the top level source directory and double-click the setup file to 8. Look in the top level source directory and double-click the setup file to
start installing Purr Data on your system. start installing Purr Data on your system or run `./"setup file name"` in MSYS2 shell.
#### Windows 64-bit Using msys2 #### Windows 64-bit Using msys2
...@@ -279,6 +279,18 @@ The instructions are exactly the same as for the 32 bit build (see above), but t ...@@ -279,6 +279,18 @@ The instructions are exactly the same as for the 32 bit build (see above), but t
- Install the mingw64 packages for the dependencies. See the i686 packages listed under dependencies above, and replace i686 with x86_64 in the package names when installing. - Install the mingw64 packages for the dependencies. See the i686 packages listed under dependencies above, and replace i686 with x86_64 in the package names when installing.
pacman -S autoconf automake git libtool \
make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-fftw \
mingw-w64-x86_64-fluidsynth \
mingw-w64-x86_64-SDL2 \
mingw-w64-x86_64-ftgl mingw-w64-x86_64-fribidi \
mingw-w64-x86_64-ladspa-sdk mingw-w64-x86_64-lame \
mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libvorbis \
mingw-w64-x86_64-lua mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-libjpeg-turbo \
mingw-w64-x86_64-speex \
rsync unzip wget
- Use the MSYS2 MinGW 64-bit shell (rather than the 32-bit shell) to do the build. - Use the MSYS2 MinGW 64-bit shell (rather than the 32-bit shell) to do the build.
### Code of Conduct ### Code of Conduct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment