mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
provides people with homebrew command when trying to build_ui on mac
This commit is contained in:
parent
0b97c81df1
commit
da173c1236
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ then
|
||||||
pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
|
pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
|
||||||
pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4
|
pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4
|
||||||
else
|
else
|
||||||
echo 'Unable to find pyuic4. Try `port install py-pyqt4`?'
|
echo 'Unable to find pyuic4. If you use macpors try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.'
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue