diff options
| author | Cory Fields <[email protected]> | 2014-08-28 23:21:18 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-11-19 22:49:41 -0500 |
| commit | 5f93ec202810c1bc082f181fbfe6af4438b395fe (patch) | |
| tree | f5535da2a48ecc838d6c3190905bc6b6aa43988b /depends/README.usage | |
| parent | depends: Use pic for all linux dependencies (diff) | |
| download | discoin-5f93ec202810c1bc082f181fbfe6af4438b395fe.tar.xz discoin-5f93ec202810c1bc082f181fbfe6af4438b395fe.zip | |
depends: Add a package for qt4.6. Linux uses it by default.
We're not ready to switch to a static qt5 for Linux yet due to missing plugin
support. This adds a recipe for building a shared qt4 that we build and link
against, but don't distribute.
make USE_LINUX_STATIC_QT5=1 can be used to build static qt5 as before.
Diffstat (limited to 'depends/README.usage')
| -rw-r--r-- | depends/README.usage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.usage b/depends/README.usage index d3c57956f..e768feecf 100644 --- a/depends/README.usage +++ b/depends/README.usage @@ -23,6 +23,7 @@ NO_QT: Don't download/build/cache qt and its dependencies NO_WALLET: Don't download/build/cache libs needed to enable the wallet NO_UPNP: Don't download/build/cache packages needed for enabling upnp DEBUG: disable some optimizations and enable more runtime checking +USE_LINUX_STATIC_QT5: Build a static qt5 rather than shared qt4. Linux only. If some packages are not built, for example 'make NO_WALLET=1', the appropriate options will be passed to bitcoin's configure. In this case, --disable-wallet. |