diff options
author | Frediano Ziglio <freddy77@gmail.com> | 2020-07-30 10:33:50 +0100 |
---|---|---|
committer | Frediano Ziglio <freddy77@gmail.com> | 2020-07-30 10:33:50 +0100 |
commit | 20afd1b1dcad61b8a3669663295b13ff1cbec67e (patch) | |
tree | e55267bb9cc0a70cfa10b3d5a87e10cc7f2e400c | |
parent | 5b37512624a44fa55e04b516b96a73b7d40f67d8 (diff) |
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ This is a jhbuild moduleset to build spice (and optionally libvirt) with smartcard support. To use it, you first have to download and install jhbuild from -http://git.gnome.org/browse/jhbuild/ +https://gitlab.gnome.org/GNOME/jhbuild It should be a simple matter of: -git clone git://git.gnome.org/jhbuild +git clone https://gitlab.gnome.org/GNOME/jhbuild.git cd jhbuild ./autogen.sh --prefix=.... make install |