From 57e519be49b2aaec338f168d8de5c54b0f58db73 Mon Sep 17 00:00:00 2001 From: Ludvig af Klinteberg Date: Fri, 7 Sep 2018 23:39:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b91ea9a..3af8656 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Pkg.add("FINUFFT") Pkg.test("FINUFFT") ``` -This should download, build and test FINUFFT v1.0, as long as you satisfy the dependencies listed in +This should download, build and test FINUFFT v1.0, as long as you have `gcc` and `curl` installed. The FFTW library is downloaded locally by the build script, using [Conda.jl](https://github.com/JuliaPy/Conda.jl) Currently only tested on Linux.