On 19 January 2017 at 16:30, Kornel Benko <kor...@lyx.org> wrote:

> > # Change directory to folder with cloned LyX repository
>
> Clone is not needed normally iff used only by cmake.
>

The cloning is automatically done by the CI server / CI job, pulling the
latest changes from git.lyx.org.

> This will build LyX and only then do 'make package_source'.  Anything else
> > that should be in there?
>
> On ubuntu I use 'make package' to build everything.
> E.g.
>         #CMAKE_OPTS= "-DLYX_USE_QT=QT5 -DLYX_CPACK=ON
> -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_SOURCE_TGZ:BOOL=ON -DLYX_NLS=ON
> -DLYX_EXTERNAL_Z=ON -DLYX_EXTERNAL_ICONV=ON -DLYX_EXTERNAL_BOOST=OFF"
>         #cmake .. $CMAKE_OPTS && make package && make package_source
>
>
I don't actually know what these options do, but the CI job is now using
them. To be specific, this is the script that's being run to build:

https://github.com/DrChr/build-lyx-using-ubuntu-latest-qt5-cmake/blob/master/build_lyx.sh


/Christian

Reply via email to