You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, anyone who wants to build this library has to set up the environment variable CC on their computer (do to limitations with leanc)
I was able to get it to build on Windows by using https://github.com/skeeto/w64devkit and then setting CC using $Env:CC = "C:\github\w64devkit\w64devkit\bin\gcc.exe"
on powershell