arrayfire-haskell icon indicating copy to clipboard operation
arrayfire-haskell copied to clipboard

Document linking Haskell wrapper when building from source

Open dmjio opened this issue 4 years ago • 0 comments

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

dmjio avatar Nov 15 '19 08:11 dmjio