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
Describe the bug
The build instructions fails o the current version of homebrew on macOS, because the directories in the following step do not exist:
# the next two commands (hack from @warpme) fix #314
mkdir -p /usr/local/opt/qt5/lib/libgcc_s.1.1.dylib.framework
ln -sf /usr/local/opt/gcc/lib/gcc/11/libgcc_s.1.1.dylib \
/usr/local/opt/qt5/lib/libgcc_s.1.1.dylib.framework/libgcc_s.1.1.dylib
However, I find I am able to get it to work just fine without the symlink.
The following would seem to be the updated way to get a similar link, but I'm not sure it's needed:
Describe the bug
The build instructions fails o the current version of homebrew on macOS, because the directories in the following step do not exist:
However, I find I am able to get it to work just fine without the symlink.
The following would seem to be the updated way to get a similar link, but I'm not sure it's needed:
(also note the
sudo
is missing from themkdir
line in the present build instructions)Computer environment:
The text was updated successfully, but these errors were encountered: