code:work:lvisf:2020centos8withgui:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code:work:lvisf:2020centos8withgui:start [2020/02/12 15:00] – [Malibu Qt Library] david | code:work:lvisf:2020centos8withgui:start [2020/02/13 23:25] (current) – [Malibu Qt Library] david | ||
|---|---|---|---|
| Line 104: | Line 104: | ||
| - Become root < | - Become root < | ||
| sudo bash | sudo bash | ||
| + | </ | ||
| + | - Install a dependent 3rd party utility that is not mentioned in the readme (but doesn' | ||
| + | yum install wxWidgets-devel | ||
| + | yum install wxBase #for / | ||
| + | cd /usr/bin; ln -s wx-config-3.0 wx-config | ||
| </ | </ | ||
| - Create the **Makefiles** for the debug and release < | - Create the **Makefiles** for the debug and release < | ||
| cd / | cd / | ||
| - | / | ||
| - | / | ||
| - | |||
| - | # This does not work | ||
| / | / | ||
| / | / | ||
| - | # get back: | ||
| - | #/ | ||
| - | #Failure to read QMAKESPEC conf file / | ||
| - | #Error processing project file: MakeAll.pro | ||
| </ | </ | ||
| - | - For some reason, the Qt path is missing in **Framework_Qt** so add this < | + | - Compile |
| + | </ | ||
| + | - For some reason, the Qt path is missing in **Framework_Qt**< | ||
| + | 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../ | ||
| </ | </ | ||
code/work/lvisf/2020centos8withgui/start.1581519642.txt.gz · Last modified: by david
