Category:Software-FAQ: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt Software <span class="caps">FAQ</span>=
h1. Qt Software FAQ


==What are the build dependencies for building a fully featured Qt on an “embedded” Linux platform==
== What are the build dependencies for building a fully featured Qt on an &quot;embedded&amp;quot; Linux platform ==


There are several dependencies that can be established by studying the configure script and associated tests. These are formalized here for Debian systems as a matter of convenience (dependent qt functionality in brackets where appropriate)
There are several dependencies that can be established by studying the configure script and associated tests. These are formalized here for Debian systems as a matter of convenience (dependent qt functionality in brackets where appropriate)


===qtbase===
=== qtbase ===


* libfontconfig1-dev (Civilized font support)
* libfontconfig1-dev (Civilized font support)
* libdbus-1-dev (<span class="caps">IPC</span> mechanism)
* libdbus-1-dev (IPC mechanism)
* libfreetype6-dev (font shaping, we roll our own if your system does not have it)
* libfreetype6-dev (font shaping, we roll our own if your system does not have it)
* libudev-dev (civilized input device support outside of X11)
* libudev-dev (civilized input device support outside of X11)


===Webkit===
=== Webkit ===


* libicu-dev (building)
* libicu-dev (building)
Line 19: Line 19:
* libxslt1-dev (building)
* libxslt1-dev (building)


===Other===
=== Other ===


* wayland bleeding edge (qtwayland, multiprocess surface composition)
* wayland bleeding edge (qtwayland, multiprocess surface composition)
* gstreamer development packages (qtmultimedia, media playback/control)
===There is only one article in "Software FAQ":===
===D===
* [[:Category:Devices|Category:Devices]]

Revision as of 09:24, 24 February 2015

h1. Qt Software FAQ

What are the build dependencies for building a fully featured Qt on an "embedded&quot; Linux platform

There are several dependencies that can be established by studying the configure script and associated tests. These are formalized here for Debian systems as a matter of convenience (dependent qt functionality in brackets where appropriate)

qtbase

  • libfontconfig1-dev (Civilized font support)
  • libdbus-1-dev (IPC mechanism)
  • libfreetype6-dev (font shaping, we roll our own if your system does not have it)
  • libudev-dev (civilized input device support outside of X11)

Webkit

  • libicu-dev (building)
  • libsqlite3-dev (building)
  • libsqlite3-0
  • libxslt1-dev (building)

Other

  • wayland bleeding edge (qtwayland, multiprocess surface composition)

This category currently contains no pages or media.