View Single Post
Old 04-18-2016, 01:26 PM   #19
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
I downloaded the official Qt 5.4.2 installer, and installed it to /opt/Qt5.4.2

Code:
cmake -G "Unix Makefiles" \
    -DINSTALL_BUNDLED_DICTS=0 \
    -DCMAKE_INSTALL_PREFIX=./usr \
    -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
    -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_PREFIX_PATH=/opt/Qt5.4.2/5.4/gcc/lib/cmake \
    ..
make
make install
./usr/bin/sigil
...

The meta editor still has the same dysfunctional look.

This appeared sometime since June 15, 2015 which was the ALA arch-chroot I initially used to test Qt 5.4.2
Attached Thumbnails
Click image for larger version

Name:	sigil-about.png
Views:	192
Size:	36.2 KB
ID:	147983  

Last edited by eschwartz; 04-18-2016 at 01:30 PM.
eschwartz is offline   Reply With Quote