hjwylde / werewolf

A game engine for running werewolf in a chat client
BSD 3-Clause "New" or "Revised" License
26 stars 9 forks source link

Is there any linux/macOS executable? #264

Closed khoakomlem closed 3 years ago

khoakomlem commented 3 years ago

On window, I run "stack install werewolf" and it create .exe file for me, so how about linux/macOS?

hjwylde commented 3 years ago

Hi,

stack install should create the binaries no matter the OS. If you're having trouble finding the binaries that it builds, see https://stackoverflow.com/questions/51352885/how-do-you-set-the-executable-output-location-for-a-haskell-project-built-with-s - it's possible to customize where the binaries are created. Hope that helps!