Skip to content

Commit aa26ffc

Browse files
authored
docs: Update ArrayFire installation instructions in README
Removed outdated installation method for ArrayFire from nixpkgs and added nix build command.
1 parent 91407e0 commit aa26ffc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ See hosted [Haddock documentation](https://dmjio.github.io/arrayfire-haddocks/).
2121
Install `ArrayFire` via the download page.
2222
- https://arrayfire.com/download/
2323

24-
`ArrayFire` can also be fetched from [nixpkgs](https://github.com/nixos/nixpkgs) `master`.
25-
2624
### Haskell Installation
2725

2826
`arrayfire` can be installed w/ `cabal`, `stack` or `nix`.
@@ -35,6 +33,10 @@ cabal install arrayfire
3533
stack install arrayfire
3634
```
3735

36+
```
37+
nix build -L # requires flakes
38+
```
39+
3840

3941
Also note, if you plan on using ArrayFire's visualization features, you must install `fontconfig` and `glfw` on OSX or Linux.
4042

0 commit comments

Comments
 (0)