Replies: 3 comments 8 replies
-
So I just did the build last night and it made me feel very rusty. I also don't have a lot of experience in this regard. I can't speak to your specific problem, but these are the steps that I took to build the app from source on my mac (M1 on MacOS 13.1).
It sounds like the build is failing at assembling the .app container, so there must something going wonky upstream from that. |
Beta Was this translation helpful? Give feedback.
-
You will need to install these packages: |
Beta Was this translation helpful? Give feedback.
-
I am having an iMac here with OSX 11.7.3, Intel - I had a problem getting the compilation to work correctly with error reported concerning openssl, not found and stuff. Searched a bit in the internet and found a hint that I should amend the the cmake command to point to the directory in my files system here. the entire .sh file, which worked for me, is as follows - when copying the .app file to program folder first starts needs to be with CTRL-Click |
Beta Was this translation helpful? Give feedback.
-
Hey all,
I'm trying to build from source and it seems like there's some secret sauce I'm missing when attempting to build using the build_release_macos.sh file.
I've gotten through a lot of the cmake errors (xcode support broken?). I can get all the dependencies built, but when I run the full build it errors saying there are no files found doing the .app cp and rm commands.
Do I need to manually add existing .app files in a location? In the following command, there is no Release folder in any location
cp -pR ../src/Release/
Any help would be greatly appreciated. I don't have a lot of experience building software so it can be hard sometimes to work through a process that has no instructions.
The main reason I'm attempting this is to get a version of the SoftFever running on my Catalina machine. The last couple versions broke support and it says I have to run MacOS 12+. Stock BambuStudio runs fine on it.
Beta Was this translation helpful? Give feedback.
All reactions