Skip to content

Commit 9c8354a

Browse files
authored
Update README for macOS/system feature support #85
1 parent d67fb92 commit 9c8354a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@ Feature flags
2323
- `source`: download and compile FFTW (default)
2424
- (Linux, macOS) Needs C-compiler and `make` command to compile FFTW
2525
- (Windows) Download precompiled binary from [FFTW page](http://www.fftw.org/install/windows.html)
26-
- `system`: use system's libfftw3 (experimental, Linux only)
26+
- `system`: use system's libfftw3 (experimental)
2727
- You must install FFTW to your system before building this crate
28+
- For Linux system, e.g. Ubuntu or Debian, please run `apt install libfftw3-dev`
29+
- For macOS, please run `brew install fftw` by using [homebrew](https://github.com/Homebrew/brew)
30+
- For Windows, this feature is not tested.
2831
- `intel-mkl` use Intel MKL backend through [intel-mkl-src](https://github.com/termoshtt/rust-intel-mkl)
2932
- Linux, macOS, and Windows are supported
3033

3134
|Feature | Linux | Windows | macOS |
3235
|:--------|:-----:|:-------:|:-----:|
3336
|source |✔️ |✔️ |✔️ |
34-
|system |✔️ |- |- |
37+
|system |✔️ |- |✔️ |
3538
|intel-mkl|✔️ |✔️ |✔️ |
3639

3740
LICENSE

0 commit comments

Comments
 (0)