Re: Building from Source
Michael Catanzaro <[email protected]> Tue, 19 Jun 2018 11:59:26 -0500
| Newsgroups | gmane.comp.gnome.apps.epiphany |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 18, 2018 at 7:06 PM, Robert Knight <[email protected]> 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