Skip to content

Add markdown readme and fix rpath

Andrew Hall requested to merge u5825803/mu-client-ghc:master into master

specify the rpath variable to point to libmurefimpl2.so at compile time

add location of dynamic library libmurefimpl2.so to rpath within the stack.yaml file. This means that one no longer needs the LD_LIBRARY_PATH to be specified when running anuhc-exe through stack. The change is aimed at linux distro's, however a comment was added to allow osx and windows users to use the rpath as well.

Merge request reports