We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91407e0 commit aa26ffcCopy full SHA for aa26ffc
1 file changed
README.md
@@ -21,8 +21,6 @@ See hosted [Haddock documentation](https://dmjio.github.io/arrayfire-haddocks/).
21
Install `ArrayFire` via the download page.
22
- https://arrayfire.com/download/
23
24
-`ArrayFire` can also be fetched from [nixpkgs](https://github.com/nixos/nixpkgs) `master`.
25
-
26
### Haskell Installation
27
28
`arrayfire` can be installed w/ `cabal`, `stack` or `nix`.
@@ -35,6 +33,10 @@ cabal install arrayfire
35
33
stack install arrayfire
36
34
```
37
+```
+nix build -L # requires flakes
38
39
+
40
41
Also note, if you plan on using ArrayFire's visualization features, you must install `fontconfig` and `glfw` on OSX or Linux.
42
0 commit comments