FreeCAD realthunder's LinkDaily 0.20.30905 (Git) DMG app bundle
This release contains a 🗜 compressed dmg of a FreeCAD.app
mac app bundle for x86_64 processors, and should run on macOS (10.14) and later.
This mac app bundle of FreeCAD differs from the main upstream git master release of freecad, as this release is based off of realthunder's fork of freecad and is built from his LinkDaily branch. see his releases page for the changelog of his fork.
OS: macOS 10.15
Word size of FreeCAD: 64-bit
Version: 0.20.30905 (Git)
Build type: Release
Branch: ipatch.build.linkdaily.2
Hash: 0ee10a4b4376fcf7de42a458793a5c0898a060b5
Python version: 3.9.10
Qt version: 5.15.2
Coin version: 4.0.0
OCC version: 7.5.3
Locale: English/United States (en_US)
I used the below cmake command to assemble this release, after installing all the necessary freecad dependencies via homebrew.
export CC=$bp/opt/llvm@13/bin/clang
export CXX=$bp/opt/llvm@13/bin/clang++;
cmake \
-DHOMEBREW_PREFIX="$bp" \
-DPYTHON_EXECUTABLE="$bp/bin/python3" \
-DPYTHON_INCLUDE_DIR="$bp/opt/[email protected]/Frameworks/Python.framework/Headers" \
-DBUILD_QT5=1 \
-DCMAKE_PREFIX_PATH="$pthxercesc;$pthocc;$pthmedfile;$ptheigen;$pthqt;$pthcoin;$pthtbb;$pthspnav;$pthnetgen;" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_ENABLE_CXX_STD=C++17 \
-DFREECAD_CREATE_MAC_APP=1 \
-DFREECAD_USE_PYBIND11=1 \
-DBUILD_FEM_NETGEN=1 \
-DFREECAD_USE_3DCONNEXION=1 \
-DCMAKE_INSTALL_PREFIX="$code/freecad-git/installs/mar26.02.22.linkdaily" \
../../freecad-src
The attached DMG contains a working FreeCAD.app bundle, and the sha256sum for the DMG file is below,
501df48decca19c37a1ac9b8af285a7fe76dc7d47e98ad5c1007276a40b4e1db
if there's anything I've left out, or if something isn't working with this release please open issue in this GitHub repo