compilation - Oldest ubuntu supporting Qt5 -


i'm developing app distributed binary, , app depends on qt5. have compile on various platforms create apps major distros (i assume).

i support ubuntu - how far can go in ubuntu version , still qt5 packages compile against? (i don't want build qt5 source, must available package in default repos distro)

qt5.2 has no special dependencies. have built on platforms 11 no problem. in fact, has been compiled , ported on platforms raspberry pi minimal problems. here list of build requirements:

git (>= 1.6.x) perl (>=5.14) python (>=2.6.x)

libxcb

there helper compilation libraries 11.

you can find information at: http://qt-project.org/wiki/building_qt_5_from_git


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -