File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
3740LICENSE
You can’t perform that action at this time.
0 commit comments