Skip to content

Commit d0b2448

Browse files
committedApr 22, 2017
added install instructions to README
1 parent 01a0393 commit d0b2448

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎README.md

+13
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ CPUs, GPUs, and other hardware acceleration devices.
88

99
# Installation
1010

11+
## Getting ArrayFire
12+
13+
To install `arrayfire` library, see [resource](https://github.com/arrayfire/arrayfire/wiki).
14+
15+
## Using `arrayfire_d`
16+
17+
Add `arrayfire_d` in dub.json as a dependency.
18+
19+
```json
20+
"dependencies": {
21+
"arrayfire_d": "~>0.1.0"
22+
}
23+
```
1124

1225
# Specifying Backend:
1326

0 commit comments

Comments
 (0)