Unisay / purescript-lua

Purescript compiler back-end for Lua
GNU General Public License v3.0
55 stars 2 forks source link

support windows build ? #13

Closed WingDust closed 1 year ago

CharlesTaylor7 commented 1 year ago

The flake.nix file only supports linux, but I suspected the project would build on other platforms using cabal directly.

Here's how I got this to build:

Those steps worked for me on an Arm Macbook, but they ought to work on Windows too since ghcup, cabal, and ghc are cross platform.

Unisay commented 1 year ago

I've added instructions how to build pslua.exe on Windows to the README.md