Skip to content

Commit cc48199

Browse files
authored
Update README.md
1 parent 50d70ec commit cc48199

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Crate](http://meritbadge.herokuapp.com/intel-mkl-src)](https://crates.io/crates/intel-mkl-src)
33
[![Build Status](https://dev.azure.com/rust-math/intel-mkl-src/_apis/build/status/rust-math.intel-mkl-src?branchName=master)](https://dev.azure.com/rust-math/intel-mkl-src/_build/latest?definitionId=1&branchName=master)
44

5-
Redistribution of Intel MKL as a crate. Tested on Linux and macOS.
5+
Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (since 0.4.0)
66

77
## Usage
88

@@ -19,6 +19,7 @@ fftw-sys = { version = "0.4", features = ["intel-mkl"] }
1919
This crate does not download archive if `pkg-config` finds MKL shared library installed by other way.
2020
Be sure to set `PKG_CONFIG_PATH` and `LD_LIBRARY_PATH` correctly.
2121
For debian and ubuntu users, [ci/Dockerfile](ci/Dockerfile) may be helpful.
22+
Windows is not supported yet.
2223

2324
## License
2425
MKL is distributed under the Intel Simplified Software License for Intel(R) Math Kernel Library, See [License.txt](License.txt).

0 commit comments

Comments
 (0)