[ghex: 1/2] Update build guide in HACKING - I have updated the build guide. - I have updated the Git url. - I ha
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex: 1/2] Update build guide in HACKING - I have updated the build guide. - I have updated the Git url. - I ha
- Date: Tue, 10 Sep 2019 08:24:47 +0000 (UTC)
commit 8b65c7512e0db7f714cbe0f80cdbcf2931a71437
Author: tukusejssirs <tukusejssirs protonmail com>
Date: Mon Sep 9 21:46:08 2019 +0200
Update build guide in HACKING
- I have updated the build guide.
- I have updated the Git url.
- I have removed the note on , which currently ii not necessary.
HACKING | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/HACKING b/HACKING
index 8591827..427ddfc 100644
--- a/HACKING
+++ b/HACKING
@@ -18,16 +18,13 @@ HOW TO BUILD FROM GIT
To configure and build the git version of ghex, run:
- git clone git://git.gnome.org/ghex
+ git clone git gitlab gnome org:GNOME/ghex.git # Using SSH
+ git clone https://gitlab.gnome.org/GNOME/ghex.git # Using HTTPS
cd ghex
- ./autogen.sh --prefix=~/ghex
- make
- make install
-
-
- After you have done this you can run and test the built ghex binary using:
-
- GSETTINGS_SCHEMA_DIR=~/ghex/share/glib-2.0/schemas src/ghex
+ meson build
+ cd build
+ ninja-build
+ sudo ninja-build install
For instructions on how to prepare a patch, see:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]