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
Hi, for those of us still running older hardware perfectly capable of running BrewTarget, yet not supporting the newer MacOS, is there a reason to be limited to v2.3.0?
I was able to build BrewTarget v3.0.7 on MacOS 10.13. My steps:
The intention is that, once you have Python installed, you can get everything else installed automatically by running ./bt setup all. I have not tried this on an older version of MacOS, but it's used on the nightly GitHub builds.
I'm going to close this ticket, but if you hit specific build problems in the future, please don't hesitate to open a new issue and I'll help as best I can. The main reason we don't offer packages for older MacOS versions is that they are not available via GitHub actions. Provided you have new enough versions of the things we depend on (compiler, Boost, Qt, CMake/Meson, etc) then there isn't any inherent reason against running on an older OS.
Hi, for those of us still running older hardware perfectly capable of running BrewTarget, yet not supporting the newer MacOS, is there a reason to be limited to v2.3.0?
I was able to build BrewTarget v3.0.7 on MacOS 10.13. My steps:
sudo port install clang-16 xalanc xercesc3 boost179 qt513
brewtarget
repository and create abuild
folderCC=clang-mp-16 CXX=clang++-mp-16 cmake <path_to_repo> -DBoost_INCLUDE_DIR=/opt/local/libexec/boost/1.79/include
make -j4
or something similar.Note that I might be missing some other dependencies I had installed prior via MacPorts. I guess
cmake
could be one of them.The text was updated successfully, but these errors were encountered: