Skip to content
Snippets Groups Projects
Commit 679fbf15 authored by inso's avatar inso
Browse files

Accept licence

parent 9caef707
No related branches found
No related tags found
No related merge requests found
brew update brew update
brew install wget
brew install libsodium brew install libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8) ## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew install qt5 brew install qt5
...@@ -32,7 +31,7 @@ wget http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1. ...@@ -32,7 +31,7 @@ wget http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.
tar xzf PyQt-gpl-5.5.1.tar.gz tar xzf PyQt-gpl-5.5.1.tar.gz
cd PyQt-gpl-5.5.1/ cd PyQt-gpl-5.5.1/
pyenv activate sakia-env pyenv activate sakia-env
python configure.py --verbose python configure.py --verbose --confirm-license
make && make install make && make install
pyenv rehash pyenv rehash
......
...@@ -53,8 +53,6 @@ if sys.platform == "win32": ...@@ -53,8 +53,6 @@ if sys.platform == "win32":
includefiles.append((os.path.join(path, "Scripts", "plugins", "iconengines", f), os.path.join("iconengines", f) )) includefiles.append((os.path.join(path, "Scripts", "plugins", "iconengines", f), os.path.join("iconengines", f) ))
includefiles.append(libEGL_path) includefiles.append(libEGL_path)
includefiles.append(libsodium_path) includefiles.append(libsodium_path)
elif sys.platform == "darwin":
pass
else: else:
libsodium_path = "" libsodium_path = ""
print(QtCore.QCoreApplication.libraryPaths()) print(QtCore.QCoreApplication.libraryPaths())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment