dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.16k stars 60 forks source link

The AOT examples should also be available for Windows and Mac OS #231

Open dibyendumajumdar opened 3 years ago

dibyendumajumdar commented 3 years ago

On windows we need something like this:

Open the x64 Visual Studio cmd prompt.

cl /c /Os /D WIN32 /DMD gaussian2_lib.c
link /LIBPATH:/Path/to/ravi/lib libravi.lib /DLL /MACHINE:X64 /OUT:gaussian2_lib.dll gaussian2_lib.obj