Re: cmake install missing help documentation

2019-12-27 Thread Scott Kostyshak
On Tue, Oct 29, 2019 at 01:40:06PM +0100, Kornel Benko wrote: > Am Tue, 29 Oct 2019 07:57:51 -0400 > schrieb Vincent Lucarelli : > > > Hi Scott, > > > > Happy to propose a patch. > > > > Couple of questions: > > > > - Are both autotools and cmake build systems fully supported for lyx or is > >

Re: cmake install missing help documentation

2019-10-29 Thread Kornel Benko
Am Tue, 29 Oct 2019 07:57:51 -0400 schrieb Vincent Lucarelli : > Hi Scott, > > Happy to propose a patch. > > Couple of questions: > > - Are both autotools and cmake build systems fully supported for lyx or is one > deprecated? Both are fully supported. > - Why was LYX_PREFIX_INSTALL introduce

Re: cmake install missing help documentation

2019-10-29 Thread Vincent Lucarelli
Hi Scott, Happy to propose a patch. Couple of questions: - Are both autotools and cmake build systems fully supported for lyx or is one deprecated? - Why was LYX_PREFIX_INSTALL introduced instead of using CMAKE_PREFIX_INSTALL? - What does NLS stand for? - Is the point of LYX_INSTALL is that for

Re: cmake install missing help documentation

2019-10-25 Thread Scott Kostyshak
That great it works for you now, Vincent. Do you have any specific suggestions for how to improve the information in INSTALL.cmake? Would you be interested in proposing a patch that clarifies things? It would be great to make that file as accessible as possible. Thanks, Scott On Wed, Oct 23, 20

Re: cmake install missing help documentation

2019-10-23 Thread Vincent Lucarelli
Thanks! That did it. I didn’t understand from INSTALL.cmake what the purpose of these variables were. Best, Vince Sent from my iPhone > On Oct 23, 2019, at 4:02 AM, Kornel Benko wrote: > > Am Tue, 22 Oct 2019 11:17:28 -0400 > schrieb Vincent Lucarelli : > >> Hi, >> >> I tried: >> >> git

Re: cmake install missing help documentation

2019-10-23 Thread Kornel Benko
Am Tue, 22 Oct 2019 11:17:28 -0400 schrieb Vincent Lucarelli : > Hi, > > I tried: > > git checkout 2.3.3 > mkdir build > cd build > cmake -GNinga -DLYX_EXTERNAL_HUNSPELL=ON > -DLYX_INSTALL_PREFIX=/tmp/install .. I propose to use also -DLYX_NLS=ON -DLYX_INSTALL=ON LYX_NLS=ON should create transl

Re: cmake install missing help documentation

2019-10-22 Thread Kornel Benko
Am Mon, 21 Oct 2019 17:46:41 -0400 schrieb Vincent Lucarelli : > Hi, > > I tried to use cmake on CentOS 7 to build and install lyx from a > clone of the git repo. The binary built and installed fine, but if I > try to access in the gui "Help > User's Guide" I get the error "Lyx: > unable to find

cmake install missing help documentation

2019-10-21 Thread Vincent Lucarelli
Hi, I tried to use cmake on CentOS 7 to build and install lyx from a clone of the git repo. The binary built and installed fine, but if I try to access in the gui "Help > User's Guide" I get the error "Lyx: unable to find `UserGuide'. Bad installation?" There isn't a CMakeLists.txt in the lib or