X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=99114b2de356456c65330ed9caf3d0a1a2ccc27c;hb=e65e84878f93008006470db3372b8ee7bf994872;hp=592c542c1fdf47916bf0bf07c56b9bc567a70e74;hpb=9aa280993f159f065da82d5fac30eb86a6599f4d;p=lyx.git diff --git a/INSTALL b/INSTALL index 592c542c1f..99114b2de3 100644 --- a/INSTALL +++ b/INSTALL @@ -37,7 +37,7 @@ Note for Git checkouts ----------------------------- If you have checked this out from Git, you need to have: -* automake (supported versions are 1.14--1.15) +* automake (supported versions are 1.14--1.16) * autoconf (supported versions are 2.65--2.69) Then type "./autogen.sh" to build the needed configuration files and proceed as stated above/below. @@ -228,6 +228,9 @@ The following options allow you to tweak the generated code more precisely (see --without-included-boost is specified). You may have to use --disable-stdlib-debug when linking development versions against your system's boost library. + The same problem applies to hunspell (as of hunspell 1.5). So either + compile --with-included-hunspell or --disable-stdlib-debug when + linking development versions against your system's hunspell library. o --enable-monolithic-build[=boost,client,insets,mathed,core,tex2lyx,frontend-qt4] that enables monolithic build of the given parts of the source