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/01 14:57] – [Input Connector JP1] david | code:work:lvisf:2020centos8withgui:start [2020/02/13 23:25] (current) – [Malibu Qt Library] david | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| ==== Compile Ourselves ==== | ==== Compile Ourselves ==== | ||
| + | |||
| + | ==== Malibu Qt Library ==== | ||
| + | |||
| + | For our old CentOS 6.5 we need to build the libraries from scratch | ||
| + | |||
| + | - Become root < | ||
| + | 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 < | ||
| + | cd / | ||
| + | / | ||
| + | / | ||
| + | </ | ||
| + | - 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../ | ||
| + | </ | ||
| + | |||
| + | ==== Snap ==== | ||
| - Looks like | - Looks like | ||
code/work/lvisf/2020centos8withgui/start.1580569079.txt.gz · Last modified: by david
