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
Niklas Larsson edited this page Jan 7, 2018
·
73 revisions
This is a binary build of Idris for Windows. It includes everything needed to run Idris and build Idris programs, including a toolchain for the C backend. The 7z files require 7-zip to unpack. The binaries are built with libffi for compile-time FFI functionality.
I get a dialog that libwinpthread.dll is missing when trying to run my program
Idris links the run-time system dynamically with the threading library. The pthread DLL is in the idris/mingw/bin folder, you can get it from there, or just put that folder in the PATH.