Archivo mensual: julio 2019

Compile driver mysql to qt5 for Gnu/Linux ubuntu, debian and derivatives

Step 1: download qt5 y configure environment variables Online installer: https://www.qt.io/download-qt-installer?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5 Offline installer: https://www.qt.io/offline-installers Archive src, modules, offline: https://download.qt.io/archive/ Install the version of qt5 you want once installed, put this the .bashrc export PATH=»/home/»$USER»/Qt5.12.2/5.12.2/gcc_64/bin/»:$PATH export LD_LIBRARY_PATH=»/home/»$USER»/Qt5.12.2/5.12.2/gcc_64/lib/»:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=»/home/»$USER»/Qt5.12.2/5.12.2/gcc_64/plugins/»:$LD_LIBRARY_PATH export LIBRARY_PATH=»/home/»$USER»/Qt5.12.2/5.12.2/gcc_64/lib/»:$LIBRARY_PATH … Sigue leyendo

Publicado en Uncategorized | Comentarios desactivados en Compile driver mysql to qt5 for Gnu/Linux ubuntu, debian and derivatives