ravi icon indicating copy to clipboard operation
ravi copied to clipboard

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

Open dibyendumajumdar opened this issue 3 years ago • 0 comments

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

dibyendumajumdar avatar Jul 22 '21 20:07 dibyendumajumdar