diff options
author | Paul Adenot <[email protected]> | 2016-05-02 15:51:59 +0200 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2016-05-02 15:51:59 +0200 |
commit | 44bb549f6eb92021e73679713d40f42c9ebcdeac (patch) | |
tree | 53bd9abca6378a61c177387647e8298db063bfa6 /INSTALL.md | |
parent | 6194d5f4af9722e97084b5292a9f62a7f737a726 (diff) | |
download | cubeb-44bb549f6eb92021e73679713d40f42c9ebcdeac.tar.gz cubeb-44bb549f6eb92021e73679713d40f42c9ebcdeac.zip |
Fix markup in Windows install instructions.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ Cubeb for Windows uses win32 threads - Run `msys2` (a shortcut has been added to the start menu, or use the `.bat` script: `C:\msys32\mingw32_shell.bat`), and issue the following commands to install the dependencies: -```pacman -S git automake autoconf libtool m4 make pkg-config gdb +``` +pacman -S git automake autoconf libtool m4 make pkg-config gdb ``` - Download a `mingw` compiler with the WIN32 thread model [here](http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/sjlj/i686-4.9.2-release-win32-sjlj-rt_v3-rev0.7z/download). `msys2` does not have `mingw` builds with win32 threads, so we have to install another compiler. |