Am Montag, 10. September 2012 um 08:57:42, schrieb Benjamin Piwowarski <benjamin.piwowar...@lip6.fr> > Because it has to be included at a latter moment: see src/CMakeLists.txt line > 109. This is > because the OS X bundle is built differently than packages for other > platforms.
I see there only add_executable(${lyx} ...) I see no connection to install commands. How will the needed data be installed in a bundle? But I confess, I don't know anything about OS X, wondering only. I see no problems for other platforms. > Benjamin > > On Sep 8, 2012, at 19:50 , Kornel Benko <kor...@lyx.org> wrote: > > > Am Samstag, 8. September 2012 um 19:13:39, schrieb Benjamin Piwowarski > > <benjamin.piwowar...@lip6.fr> > > > Hi, > > > > > > I would like to propose this patch to improve cmake-based building on OS > > > X - it allows building a full OS X bundle. > > > > > > See bug #8188 > > > http://www.lyx.org/trac/ticket/8188 > > > > > > and the patch cmake-osx.patch that does not break autotools > > > http://www.lyx.org/trac/raw-attachment/ticket/8188/cmake-osx.patch > > > > > > It basically adds instructions in the cmake files to include all the > > > linked libraries and resources necessary to start LyX. > > > > > > Benjamin Piwowarski > > > > It looks like it touches apple platforms only. > > > > What I do not understand is, why does apple bundle not need Install.cmake? > > ... > > IF (NOT (LYX_BUNDLE AND APPLE)) > > include(../Install) > > endif() > > ... > > Kornel
signature.asc
Description: This is a digitally signed message part.