From 182574b5a2fbf46843515104a4bec7373ae65471 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 26 Apr 2016 21:19:18 -0400 Subject: [PATCH] try again --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcea9577..2b7293be5 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,7 @@ http://l2ork.music.vt.edu/main/?page_id=56#install-dev #### Windows 32-bit Using msys2 1. Download and install [msys2](https://msys2.github.io/). - - Note that there are two installers-- one for 32-bit Windows systems (i386) and one for 64-bit Windows (x_64). Make sure you know which [version](http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows#1TC=windows-7) of Windows you are running and download the appropriate installer. + Note that there are two installers-- one for 32-bit Windows systems (i386) and one for 64-bit Windows (x_64). Make sure you know which [version](http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows#1TC=windows-7) of Windows you are running and download the appropriate installer. 2. msys2 adds Start Menu items for 3 different "flavors" of shell: MinGW-w64 Win32 Shell, MinGW-w64 Win64 Shell, and MSYS Shell. Click the menu item for MinGW-w64 Win32 Shell. 3. Once the shell opens, we need to install the dependencies for building Purr Data. Issue the following command:<code> pacman -S autoconf automake git libtool \ -- GitLab