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
I am on OSX Sonoma 14.1. I cloned mono from github.com/mono/mono and ran git checkout 6051b71, and then I went through the build process, being that of ./autogen.sh --prefix=/Users/[name]/Desktop/mono_built --disable-nls, and then I ran make, and then make install.
Of the 4 files stated,
libeglib.a
libmonoutils.a
libMonoPosixHelper.dylib
libmonosgen-2.0.dylib (This is most likely a symlink for libmonosgen-2.0.1.dylib)
I only have
libMonoPosixHelper.dylib
In addition, in the mono folder of lib, I only have a folder titled "lldb" with 1 python file in it, when I was supposed to have some folders
I'm not exactly sure what I did wrong...
The text was updated successfully, but these errors were encountered:
IDK what I did wrong, but found the correct headers and dylibs inside of the "Mono.framework" in Library/Frameworks/Mono.framework/(Headers or Libraries); Mono.framework is sourced from running the Mono installer, much simpler than building for source, recommend everybody on OS X to use the mono installer downloaded from mono-project.com
I am on OSX Sonoma 14.1. I cloned mono from github.com/mono/mono and ran git checkout 6051b71, and then I went through the build process, being that of ./autogen.sh --prefix=/Users/[name]/Desktop/mono_built --disable-nls, and then I ran make, and then make install.
Of the 4 files stated,
I only have
In addition, in the mono folder of lib, I only have a folder titled "lldb" with 1 python file in it, when I was supposed to have some folders
I'm not exactly sure what I did wrong...
The text was updated successfully, but these errors were encountered: