User Tools

Site Tools


code:work:lvisf:2020centos8withgui:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:2020centos8withgui:start [2020/02/12 14:48] – [Compile Ourselves] davidcode:work:lvisf:2020centos8withgui:start [2020/02/13 23:25] (current) – [Malibu Qt Library] david
Line 104: Line 104:
   - Become root <code>   - Become root <code>
 sudo bash sudo bash
 +</code>
 +  - Install a dependent 3rd party utility that is not mentioned in the readme (but doesn't fix the issue) Here is how to install it on CentOS 6<code>
 +yum install wxWidgets-devel
 +yum install wxBase #for /usr/bin/wx-config-3.0
 +cd /usr/bin; ln -s wx-config-3.0 wx-config
 </code> </code>
   - Create the **Makefiles** for the debug and release <code>   - Create the **Makefiles** for the debug and release <code>
 cd /usr/Innovative/Malibu/Qt cd /usr/Innovative/Malibu/Qt
-/usr/lib64/qt4/bin/qmake -spec /usr/lib64/qt4/mkspecs/linux-g+++ -unix CONFIG+=debug -o MakeAllDebug +/usr/lib64/qt4/bin/qmake -spec /usr/lib64/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o MakeAllDebug MakeAll.pro 
-/usr/lib64/qt4/bin/qmake -spec /usr/lib64/qt4/mkspecs/linux-g+++ -unix CONFIG+=release -o MakeAllRelease+/usr/lib64/qt4/bin/qmake -spec /usr/lib64/qt4/mkspecs/linux-g++ -unix CONFIG+=release -o MakeAllRelease MakeAll.pro
 </code> </code>
-  - For some reason, the Qt path is missing in **Framework_Qt** so add this <code>+  - Compile <code>
  
 +</code>
 +  - For some reason, the Qt path is missing in **Framework_Qt**<code>
 +Could manually just add the path to the MakeAllDebug but it appears to overwrite when I run from above
 +Looks to be missing at least this:  -I../../../../include/QtGui
 </code> </code>
  
code/work/lvisf/2020centos8withgui/start.1581518928.txt.gz · Last modified: 2020/02/12 14:48 by david