]> git.lyx.org Git - lyx.git/blob - INSTALL
Add and document build types profinling and gprof. Some clean up of build_type code...
[lyx.git] / INSTALL
1 Compiling and installing LyX
2 ============================
3
4 Quick compilation guide
5 -----------------------
6
7 These four steps will compile, test and install LyX:
8
9         0) Linux users beware: You need qt4 and qt4-devel packages 
10            of the same version to compile LyX.
11
12         1) ./configure
13            configures LyX according to your system. 
14            You may have to set
15            --with-qt4-dir=<path-to-your-qt4-installation>
16      if the environment variable QTDIR is not set (for example,
17      '--with-qt4-dir=/usr/share/qt4/'). Alternatively, you could
18      install pkgconfig (the name might vary depending on your 
19      distribution). 
20            See Note below if ./configure script is not present.
21
22         2) make
23            compiles the program.
24
25         3) src/lyx
26            runs the program so you can check it out.
27
28         4) make install
29            will install it. You can use "make install-strip" instead
30            if you want a smaller binary.
31
32
33 Note for Subversion (SVN) checkouts
34 -----------------------------
35
36 If you have checked this out from Subversion, you need to have:
37 * automake >= 1.8
38 * autoconf >= 2.59c
39 * gettext >= 0.12
40 Then type "./autogen.sh" to build the needed configuration
41 files and proceed as stated below.
42
43 You will also probably need GNU m4 (perhaps installed as gm4).
44
45
46 Requirements
47 ------------
48
49 First of all, you will also need a recent C++ compiler, where recent
50 means that the compilers are close to C++ standard conforming (gcc 4.x).
51
52 LyX makes great use of C++ Standard Template Library (STL).
53 This means that gcc users will have to install the relevant libstdc++
54 library to be able to compile this version of LyX. 
55
56 For full LyX usability we suggest to use at least Qt 4.6 which has been
57 widely tested. For compilation you need to compile against at least
58 Qt 4.2.2. The only special point to make is that you must ensure that both
59 LyX and the Qt libraries are compiled with the same C++ compiler.
60
61 Note that if Qt is using Xft2/fontconfig, you may need to install the
62 latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get
63 maths symbols displayed properly. To find out, type:
64
65         ldd `which lyx` | grep fontconfig
66
67 at the console. Most recent distributions are known to use fontconfig.
68
69 If, however, your version of Qt does not use fontconfig, then TeX
70 fonts should be added to the font path. 'man xset' is your friend.
71
72 To build LyX with spell checking capabilities included you have to
73 install at least one of the development packages of the spell checker
74 libraries. See the RELEASE-NOTES for details.
75
76
77 * Other things to note
78
79 If you make modifications to files in src/ (for example by applying a
80 patch), you will need to have the GNU gettext package installed, due
81 to some dependencies in the makefiles. You can get the latest version
82 from:
83         ftp://ftp.gnu.org/gnu/gettext/
84
85 The two following programs should be available at configuration time:
86
87   o LaTeX2e should be correctly setup for the user you are logged in
88     as. Otherwise, LyX will not be able to run a number of tests. Note
89     that users can run these tests manually with Tools>Reconfigure.
90
91   o Python 2.3 or newer installed to be able to import older LyX files
92     with the lyx2lyx script (this script is called automatically when
93     opening a file). Python 3.0 or later is not supported.
94
95
96 Creating the Makefile
97 ---------------------
98
99 LyX can be configured using GNU autoconf utility which attempts to guess
100 the configuration needed to suit your system.  The standard way to use it
101 is described in the file INSTALL.autoconf.  In most cases you will be able
102 to create the Makefile by typing
103
104   ./configure
105
106 For more complicated cases, LyX configure honors the following specific
107 flags:
108
109   o --enable-build-type=[rel(ease), pre(release), dev(elopment), prof(iling), gprof]
110     allows to tweak the compiled code. The following table describes
111     the settings in terms of various options that are described later
112
113                       release   prerelease  development profiling gprof
114     optimization        -O2         -O2         -O         -O2     -O2
115     assertions                       X           X
116     stdlib-debug                                 X
117     concept-checks                   X           X
118     warnings                         X           X
119     debug                            X           X           X       X
120     gprof                                                            X
121
122     The default are as follows in terms of version number
123     release: stable release (1.x.y)
124     prerelease: version number contains alpha, beta, rc or pre.
125     development: version number contains svn.
126
127   o --with-extra-lib=DIRECTORY that specifies the path where LyX will
128     find extra libraries (qt4) it needs. Defaults to NONE
129     (i.e. search in standard places). You can specify several
130     directories, separated by colons.
131
132   o --with-extra-inc=DIRECTORY that gives the place where LyX will find
133     extra headers.  Defaults to NONE (i.e.  search in standard places).
134     You can specify several directories, separated by colons.
135
136   o --with-extra-prefix[=DIRECTORY] that is equivalent to
137        --with-extra-lib=DIRECTORY/lib --with-extra-inc=DIRECTORY/include
138     If DIRECTORY is not specified, the current prefix is used.
139
140   o --with-version-suffix[=SUFFIX] will install LyX as lyxSUFFIX. The
141     LyX data directory will be something like <whatever>/lyxSUFFIX/.
142     Additionally your user configuration files will be found in e.g.
143     $HOME/.lyxSUFFIX. The default for SUFFIX is "-<currentversion>",
144     e.g. lyx-1.6.1.
145
146     You can use this feature to install more than one version of LyX
147     on the same system. You can optionally specify a "version" of your
148     own, by doing something like :
149        ./configure --with-version-suffix=-latestsvn
150
151     Note that the standard configure options --program-prefix,
152     --program-suffix and the others will not affect the shared LyX
153     directory etc. so it is recommended that you use --with-version-suffix
154     (or --prefix) instead.
155
156 There are also flags to control the internationalization support in
157 LyX:
158
159   o --disable-nls suppresses all internationalization support,
160     yielding a somewhat smaller code.
161
162   o --with-included-gettext forces the use of the included GNU gettext
163     library, although you might have another one installed.
164
165   o --with-catgets allows to use the catget() functions which can
166     exist on your system.  This can cause problems, though. Use with
167     care.
168
169   o You can also set the environment variable LINGUAS to a list of
170     language in case you do not want to install all the translation
171     files. For example, if you are only interested in German and
172     Finnish, you can type (with sh or bash)
173         export LINGUAS='de fi'
174     before running configure.
175
176 Moreover, the following generic configure flags may be useful:
177
178   o --prefix=DIRECTORY specifies the root directory to use for
179     installation. [defaults to /usr/local]
180
181   o --datadir=DIRECTORY gives the directory where all extra LyX
182     files (documentation, templates and layout definitions)
183     will be installed.
184     [defaults to ${prefix}/share/lyx${program_suffix}]
185
186   o --bindir=DIRECTORY gives the directory where the lyx binary
187     will be installed. [defaults to ${prefix}/bin]
188
189   o --mandir=DIRECTORY gives the directory where the man pages will go.
190     [defaults to ${prefix}/man]
191
192   o --enable-maintainer-mode enables some code that automatically
193     rebuilds the configure script, makefiles templates and other useful
194     files when needed. This is off by default on releases, to avoid
195     surprises.
196
197 Note that the --with-extra-* commands are not really robust when it
198 comes to use of relative paths.  If you really want to use a relative path
199 here, you can prepend it with "`pwd`/".
200
201 If you do not like the default compile flags used (-g -O2 on gcc), you can
202 set CXXFLAGS variable to other values as follows:
203
204   o CXXFLAGS='-O2' (sh, bash)
205   o setenv CXXFLAGS '-O2' (csh, tcsh)
206
207 Similarly, if you want to force the use of some specific compiler, you can
208 give a value to the CXX variable.
209
210 If you encounter problems, please read the section 'Problems' at the end of
211 this file.
212
213 The following options allow to tweak more precisely the generated code:
214
215   o --enable-gprof instruments the code for use with the gprof
216     profiler. The result are only meaningful in conjunction with
217     --enable-build-type=release.
218
219   o --enable-optimization=VALUE enables you to set optimization to a
220     higher level as the default (-O), for example --enable-optimization=-O3.
221
222   o --disable-optimization - you can use this to disable compiler
223     optimization of LyX. The compile may be much quicker with some
224     compilers, but LyX will run more slowly.
225
226   o --enable-debug will add debug information to your binary. This
227     requires a lot more disk space, but is a must if you want to try to
228     debug problems in LyX. The default is to have debug information
229     for development versions and prereleases only.
230
231   o --enable-warnings that make the compiler output more warnings during
232     the compilation of LyX.  Opposite is --disable-warnings.  By default,
233     this flag is on for development versions only.
234
235   o --enable-assertions that make the compiler generate run-time
236     code which checks that some variables have sane values. Opposite
237     is --disable-assertions.  By default, this flag is on for
238     development versions only.
239
240   o --enable-stdlib-debug adds some debug code in the standard
241     library; this slows down the code, but has been helpful in the
242     past to find bugs. By default, this flag is on for development
243     versions only.
244
245   o --enable-concept-checks adds some compile-time checks. There is no
246     run-time penalty. By default, this flag is on for development
247     versions only.
248
249   o --without-latex-config that disables the automatic detection of your
250     latex configuration.  This detection is automatically disabled if
251     latex cannot be found.  If you find that you have to use this
252     flag, please report it as a bug.
253
254   o --with-frontend=FRONTEND that allows to specify which frontend you
255     want to use. The default value is qt4, which is the only available
256     frontend for now.
257
258   o --enable-monolithic-build[=boost,client,insets,mathed,core,tex2lyx,frontend-qt4]
259     that enables monolithic build of the given parts of the source
260     code. This should reduce the compilation time provided you have
261     enough memory (>500MB).
262
263
264 Compiling and installing LyX
265 ----------------------------
266
267 Once you've got the Makefile created, you just have to type:
268
269   make all
270   make install
271
272 All should be OK ;)
273
274 Since the binaries with debug information tend to be huge (although
275 this does not affect the run-time memory footprint), you might want
276 to strip the lyx binary. In this case replace "make install" with
277
278   make install-strip
279
280 BTW: in the images subdirectory there is also a small icon "lyx.png",
281 that can be used to display lyx-documents in filemanagers.
282
283 If configure fails for some strange reason
284 ------------------------------------------
285
286 Even when configure fails, it creates a Makefile.  You always can check
287 the contents of this file, modify it and run 'make'.
288
289 Compiling For Multiple Architectures
290 ------------------------------------
291
292 You can compile LyX for more than one kind of computer at the same
293 time, by placing the object files for each architecture in their own
294 directory.  To do this, you must use a version of `make' that supports
295 the `VPATH' variable, such as GNU `make'.  `cd' to the directory where
296 you want the object files and executables to go and run the
297 `configure' script.  `configure' automatically checks for the source
298 code in the directory that `configure' is in and in `..'.
299
300 If you have to use a `make' that does not supports the `VPATH'
301 variable, you have to compile LyX for one architecture at a time in
302 the source code directory.  After you have installed LyX for one
303 architecture, use `make distclean' before reconfiguring for another
304 architecture.
305
306 Problems
307 --------
308
309 This section provides several hints that have been submitted by LyX
310 team member or users to help compiling on some particular
311 architectures. If you find that some of this hints are wrong, please
312 notify us.
313
314   o On SUN Sparc Solaris, you need gnumake. The LyX makefiles do not
315     work with Solaris make.
316
317     The Solaris 8 ar seg-faults trying to build the insets library. You
318     will need to use the ar from the GNU binutils for this subdirectory.
319     There is no problem with the Solaris 9 and 10 ar.
320
321     Qt4 uses the Xrender X11 extension for antialiased fonts. This
322     extension was added to Xsun starting from the Solaris 10 8/07
323     release, but it is not activated by default. To activate it, you
324     must issue (as root) the following command:
325     svccfg -s svc:/application/x11/x11-server setprop options/server_args=+xrender
326     and then restart the X server.
327
328     There is a problem with the fontconfig library shipped with
329     Solaris 10 8/07 causing a seg-fault when it is used by Qt4.
330     Until this is fixed, a workaround is replacing the shared library
331     /usr/lib/libfontconfig.so.1 with a copy from a previous release or
332     installing a new version of fontconfig from http://www.sunfreeware.com/
333
334     On Solaris, the default fontconfig configuration gives preference
335     to bitmap fonts at (not so small) sizes. As bitmapped fonts are not
336     antialiased, you may prefer changing this configuration. This may be
337     done by adding the following stanza
338
339           <match target="pattern">
340               <edit name="prefer_bitmap">
341                   <bool>false</bool>
342               </edit>
343           </match>
344
345     to either ~/.fonts.conf (for a per-user change) or /etc/fonts/local.conf
346     (for a global system change). The stanza should be added between the
347     <fontconfig> and </fontconfig> tags. If neither ~/.fonts.conf nor
348     /etc/fonts/local.conf exist, you can create them with the following
349     content:
350
351       <?xml version="1.0"?>
352       <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
353       <fontconfig>
354           <match target="pattern">
355               <edit name="prefer_bitmap">
356                   <bool>false</bool>
357               </edit>
358           </match>
359       </fontconfig>
360