On Sat, Mar 04, 2017 at 08:57:02AM +0900, S. H. Aegis wrote:
Hi.
I worte some code. and fixed some errors with the help of good persons. Now, this utility works properly in Stack environment. How can I install this utility in other computer? This utility use text-icu and I coded this utility on windows. Of course, I want to work this utility on other windows OS.
I copied %stackPath%\.stack-work\install\~\bin\samCheceker-exe.exe to some other folder, and execution through CMD. But I got error message that says "libicuuc57.dll dose not exist. so program can't start. please re-install the program." I copied libicuuc57.dll, and so... as like programming newbees, but failed. "stack install" command was the same result.
How can I install the Executable File to other windows system?
Hello, maybe you can try compiling with: stack build --ghc-options '-static -optl-static' (and stack clean before, probably). I am not a windows or stack user, so this I cannot test this. Report back and let us know if it worked or not.