Re: Building from Source



On Mon, Jun 18, 2018 at 7:06 PM, Robert Knight <robertdknight twc com> wrote:
Good afternoon.

I cloned the git repository. Can you tell me how to compile it? I see now instructions to compile, and ./configure does not work.

Thanks,

Hi,

You can build Epiphany as you would any software that uses the meson build system:

mkdir build && cd build
meson ..
ninja
ninja install

Hope that helps,

Michael



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]