~ubuntu-branches/ubuntu/trusty/quassel/trusty-proposed

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-02-18 23:18:25 UTC
  • mto: This revision was merged to the branch mainline in revision 98.
  • Revision ID: package-import@ubuntu.com-20140218231825-hfgaeo3nmszt2pth
Tags: upstream-0.10~beta1
ImportĀ upstreamĀ versionĀ 0.10~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
Quassel recognizes the following options:
39
39
 
 
40
LINGUAS="<languages">
 
41
    Allow to choose which languages should be compiled into the binary.
 
42
    <languages> is a space- or comma-separated list of language codes.
 
43
    Note that this is not a cmake variable, but an environment variable.
 
44
    Example: LINGUAS="de en_US"
 
45
 
40
46
-DWANT_(CORE|QTCLIENT|MONO)=(ON|OFF)
41
47
    Allow to choose which Quassel binaries to build.
42
48
 
66
72
-DWITH_CRYPT=OFF
67
73
    Disable crypt support
68
74
 
69
 
-DLINGUAS="<languages">
70
 
    Allow to choose which languages should be compiled into the binary.
71
 
    <languages> is a space- or comma-separated list of language codes.
72
 
    Example: -DLINGUAS="de en_US"
73
 
 
74
75
-DEMBED_DATA=ON
75
76
    Embed all external data files (e.g. icons) into the binary. This will give you a
76
77
    standalone binary that does not require installation. Will be ignored if KDE support