On Mon, Sep 14, 2015 at 09:45:05AM +0000, Guenter Milde wrote:
> Is there a pointer somewhere how to compile to a build dir?
> I currently just run "make" in the repository base dir (as suggested in
> lyx/INSTALL).

First make an empty directory outside of the source directory. Let's
call it /tmp/lyxbuild for now. So

mkdir /tmp/lyxbuild

# Then if you use autotools I think that you do something like
cd /tmp/lyxbuild
/path/to/lyxsource/configure
make

# if instead you use CMake, do
cmake /path/to/lyxsource/configure
make

If you need more arguments for why it's a good idea to build outside
source, Kornel is very convincing.

Scott

Reply via email to