freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 1578e57: README.git: Document cloning of official sit


From: Werner Lemberg
Subject: [freetype2] master 1578e57: README.git: Document cloning of official site and Savannah mirror.
Date: Tue, 16 Mar 2021 01:59:58 -0400 (EDT)

branch: master
commit 1578e570cdf92c2c21c388745cc803b657aed214
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    README.git: Document cloning of official site and Savannah mirror.
---
 README.git | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.git b/README.git
index 78112f4..b8ba9b4 100644
--- a/README.git
+++ b/README.git
@@ -1,6 +1,28 @@
 README.git
 ----------
 
+FreeType's official repository site is
+
+  https://gitlab.freedesktop.org/freetype  ,
+
+from  which the  'freetype.git' and  'freetype-demos.git' repositories
+can be cloned in the usual way.
+
+  git clone https://gitlab.freedesktop.org/freetype/freetype.git
+  git clone https://gitlab.freedesktop.org/freetype/freetype-demos.git
+
+If you  want to  use the  Savannah mirror  instead, you  have to  do a
+slightly different  incantation because  the repository  names contain
+digit '2' for historical reasons.
+
+  git clone \
+    https://git.savannah.nongnu.org/git/freetype/freetype2.git \
+    freetype
+  git clone \
+    https://git.savannah.nongnu.org/git/freetype/freetype2-demos.git \
+    freetype-demos
+
+
 The git  archive doesn't  contain pre-built configuration  scripts for
 UNIXish platforms.  To generate them say
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]