RE: Slicer 2.9.0 flatpak
Hey Walter, you'r the man 👍
Many thanks for your patience with me, it's working now.
So, do I have to build it like this in future too? (wasn't really a question 🙂 )
RE: Slicer 2.9.0 flatpak
The next time should be a bit easier and faster. Just do a "git pull" when a new version is published and then remove and recreate the "build" directories. Building the dep part is not necessary every time. So you'll get away with just doing the second stage of the build the next few times. You also can install Compiler Cache, which should speed up recompiling things that were built on your system before.
RE: Slicer 2.9.0 flatpak
As a follow-up regarding building the current version of PrusaSlicer 2.9.1-rc1 from source:
The step with executing "autoreconf" in the directory "<...>/PrusaSlicer/deps/build/dep_MPFR-prefix/src/dep_MPFR" I mentioned in my previous post is still necessary to compile the dependencies. But the step with "find.... sed..." to replace a reference is no longer necessary for the compile step in the directory "<...>/PrusaSlicer/build". Just execute "make -j4" like in the build instructions on github. My build today completed successfully like that.