arrayfire / arrayfire-haskell

Haskell bindings to ArrayFire
http://hackage.haskell.org/package/arrayfire
BSD 3-Clause "New" or "Revised" License
59 stars 5 forks source link

Document linking Haskell wrapper when building from source #48

Open dmjio opened 4 years ago

dmjio commented 4 years ago

Currently the installation instructions for arrayfire-haskell target users who install binaries into /lib / lib64 on OSX/ Linux respectively. For "power users" (those who build from source), there should be instructions on how to install.

cabal configure -f-disable-default-paths --extra-lib-dirs=/path/to/arrayfire/lib --extra-include-dirs=/path/to/arrayfire/include