peter1745 / peter1745.github.io

Apache License 2.0
5 stars 2 forks source link

Only some of the expected files are present #3

Open Bolb347 opened 3 weeks ago

Bolb347 commented 3 weeks ago

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...

Bolb347 commented 2 weeks ago

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