OsArts / stack

Using or seeking for stack techologies.
0 stars 1 forks source link

Macports #126

Open vovs03 opened 4 years ago

vovs03 commented 4 years ago

PyQt & ENV


EA1647
8/7/2019

By typing 'agree' you are agreeing to the terms of the software license agreements. 
Type 'print' to print them or anything else to cancel, [agree, print, cancel] agree

You can view the license agreements in Xcode's About Box, or at 
/Volumes/HDD-arch/Home/vovs03/Distrib/Xcode-beta.app/Contents/Resources/English.lproj/License.rtf

Снимок экрана 2020-03-15 в 12 33 41

PyQt5

Снимок экрана 2020-03-15 в 12 48 09

⚠️ After PyQt5 installed


==> Pouring pyqt-5.14.0.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/pyqt/5.14.0: 910 files, 26.0MB
==> Caveats
==> qt
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
  echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.zshrc

For compilers to find qt you may need to set:
  export LDFLAGS="-L/usr/local/opt/qt/lib"
  export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"
vovs03 commented 4 years ago

from PyQt5 import QtCore QtCore.PYQT_VERSION_STR '5.4.1' QtCore.QT_VERSION_STR '5.4.1'

vovs03 commented 4 years ago

LUA

echo 'export PATH="/Users/vovs03/lua-5.3.5/src/lua:$PATH"' >> ~/.zshrc ^^ Not working


Building

BuildingLua is implemented in pure ANSI C and compiles unmodified in all platforms that have an ANSI C compiler. Lua also compiles cleanly as C++.Lua is very easy to build and install. There are detailed instructions in the package but here is a simple terminal session that downloads the current release of Lua and builds it in Linux:

--

Guide