Skip to content

Compiling for OSX Catalina

Filippo Cucchetto edited this page Sep 11, 2022 · 1 revision

Hello, I was able to run the examples and compile the libDOtherSide.dylib for Catalina and wanted to share the steps.

Install deps with homebrew:

brew install qt
brew link qt --force
brew install doxygen

Link qt paths:

sudo ln -s /usr/local/Cellar/qt/5.15.1/mkspecs /usr/local/mkspecs
sudo ln -s /usr/local/Cellar/qt/5.15.1/plugins /usr/local/plugins

Then you need to make the libDOtherSide.dylib file:

  • Download project from repo: dotherside
  • Follow build steps to create dylib

Hope this helps anyone who is also new with this sort of thing. Note: You have to move the generated dylib to '/usr/local/lib/', and may need to rename the file if the version is appended to the name.

Clone this wiki locally