X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=6a4bd0fbbbfe95fa6e5b05748a10cd9b129c8cdc;hb=f2a07f0ac9f33d20f75c99a4c3058db4db621019;hp=eaf95e4f32fe99fa58435e9e8473ce0c93e208b9;hpb=2e10f5a46bb5b7a59fcc24da0ce39b529c53dc7d;p=lyx.git diff --git a/INSTALL b/INSTALL index eaf95e4f32..6a4bd0fbbb 100644 --- a/INSTALL +++ b/INSTALL @@ -7,12 +7,12 @@ Quick compilation guide These four steps will compile, test and install LyX: 0) Linux users beware: if compiling the Qt frontend, you need - qt and qt-devel packages of the same version to compile LyX. + qt and qt-devel packages of the same version to compile LyX. 1) ./configure configures LyX to your system. By default, LyX configures the xforms frontend, use --with-frontend=qt to build a Qt - version. You may have to set + version. You may have to set --with-qt-dir= to succeed. 2) make @@ -84,9 +84,11 @@ point to make is that you must ensure that both LyX and the Qt libraries are compiled with the same C++ compiler. Note that if Qt is using Xft2/fontconfig, you may need to install the -latex-ttf-fonts package (available on ftp://ftp.lyx.org/) to get maths -symbols displayed properly. To find out, type: +latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get +maths symbols displayed properly. To find out, type: + ldd `which lyx` | grep fontconfig + at the console. Both RH8 and Debian unstable distributions are known to use fontconfig. @@ -110,7 +112,7 @@ much on it. To use the thesaurus, you will need to install libAikSaurus, available from: - http://aiken.clan11.com/aiksaurus/ + http://aiksaurus.sourceforge.net/ The two following programs should be available at configuration time: @@ -167,7 +169,7 @@ flags: You can use this feature to install more than one version of LyX on the same system. You can optionally specify a "version" of your - own, by doing something like : + own, by doing something like : ./configure --with-version-suffix=-latestcvs Note that the standard configure options --program-prefix, @@ -223,6 +225,11 @@ Moreover, the following generic configure flags may be useful: o --mandir=DIRECTORY gives the directory where the man pages will go. [defaults to ${prefix}/man] + o --enable-maintainer-mode enables some code that automatically + rebuilds the configure script, makefiles templates and other useful + files when needed. This is off by default on releases, to avoid + surprises. + Note that the --with-extra-* commands are not really robust when it comes to use of relative paths. If you really want to use a relative path here, you can prepend it with "`pwd`/". @@ -360,8 +367,11 @@ notify us. then you need to upgrade the version of the xforms library you have installed. - o On solaris 2.6, you may have to compile with --with-included-string - if compiling with gcc 2.95.2. + o On SUN Sparc Solaris 8, you need gnumake. The LyX makefiles do not + work with Solaris make. + + The Solaris ar seg-faults trying to build the insets library. You + will need to use the ar from the GNU binutils for this subdirectory. o LyX can be compiled on Tru64 Unix with either GNU's gcc or the default Compaq cxx compiler.