Am Sonntag, 11. September 2011 schrieb Julien Rioux:
> On 11/09/2011 12:02 PM, Kornel wrote:
...
> 
> With autoconf, when you `make` you get binaries, without suffix, in the
> src/ subdir of the build dir (and in the case of tex2lyx, in the
> src/tex2lyx subsubdir). This is the finicky part for me.
> 
> When you `make install` these binaries are moved to the install dir with
> their suffix added. I think this is right. I presume cmake does the
> same. If that's right then it's only the `make` part that needs some
> changes on one side or the other to have them consistent.

In cmake you get suffixes in build-run, because it is easier to install data 
without renaming them.

> > I never use LYX_PACKAGE_SUFFIX, instead I use
> > -DCMAKE_INSTALL_PREFIX=/usr/local/lyx2.1 in order to install different
> > versions simultaneously.
> > 
> >     Kornel
> 
> If I don't use a version suffix, wouldn't that mean that my user
> directory is $HOME/.lyx for all of my installs?

Yes, sorry.

But to achieve what you are after ...  you could use -DLYX_PROGRAM_SUFFIX=OFF 
-DLYX_PACKAGE_SUFFIX=ON

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to