Browse Source

Update documentation for required dependencies for Windows build.

pull/556/head
Christoph Scholtes 7 years ago
parent
commit
45bce002ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -29,7 +29,7 @@ Install [CMake](https://cmake.org/) (for some of Rack's dependencies) and wget,
Install [MSYS2](http://www.msys2.org/) and launch the mingw64 shell (not the default msys2 shell).
Install build dependencies with the pacman package manger.

pacman -S git make tar unzip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake
pacman -S git make tar unzip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake automake autoconf libtool pkgconfig mingw-w64-x86_64-fftw

### Linux



Loading…
Cancel
Save