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
It seems that the instruction to compile on Windows (see #26) is outdated. I looked at INSTALL_WINDOWS and saw the line numbers are not correct anymore. Also, in sc.h and p4est_algorithms.c there is code like defined _WIN32. So is the native build with Visual Studio supported or still experimental?
The text was updated successfully, but these errors were encountered:
I don't know about native builds using VS, but note that we still build p4est regularly using MinGW as part of Julia's BinaryBuilder stack (such that p4est is available as a library in Julia without user compilation).
It seems that the instruction to compile on Windows (see #26) is outdated. I looked at
INSTALL_WINDOWS
and saw the line numbers are not correct anymore. Also, insc.h
andp4est_algorithms.c
there is code likedefined _WIN32
. So is the native build with Visual Studio supported or still experimental?The text was updated successfully, but these errors were encountered: