Stefan Schimanski wrote: >>> But what is missing for the rest? >>> - install support >> >> Most importantly yes. > > Another yes > >>> - better documentation >>> ... >> >> I am not sure translation support (i.e. gettext) work correctly. >> >>> If there is really interest I will start to add it. >>> Maybe some could join my one-man-cmake-show because >>> I haven't much time for the next months. >> >> Sorry but if I join you I would have to sacrifice my other LyX >> activities. So don't count on me :-( >> If nobody else steps up, forget about it. > > I would help, though never wrote cmake stuff myself. But I use the cmake > build system all the time with Xcode, so I have a strong interest.
Great, maybe we should start with the install stuff. Shouldn't be that hard, there are the commands install_targets and install_files, which trigger cmake to generate the build rules. The bigger problem is that we have to figure out what we should do when installing: only copying files? What is more readable scons or the autofiles. Peter
