From 62471d52e339ec753666140e71d8d3f9f1bbd62b Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 30 Aug 2017 14:42:58 +0200 Subject: [PATCH] more words about getting chameleon from gitlab --- doc/orgmode/chapters/installing.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/orgmode/chapters/installing.org b/doc/orgmode/chapters/installing.org index fea7e4c06..30fa5f1e9 100644 --- a/doc/orgmode/chapters/installing.org +++ b/doc/orgmode/chapters/installing.org @@ -19,7 +19,11 @@ we encourage users to use the /morse/ branch of [[sec:spack][Spack]]. The latest official release tarballs of Chameleon sources are available for download from the [[https://gitlab.inria.fr/solverstack/chameleon/tags][gitlab tags page]]. - The latest development state is available on [[https://gitlab.inria.fr/solverstack/chameleon][gitlab]]. + The latest development state is available on [[https://gitlab.inria.fr/solverstack/chameleon][gitlab]]. To get + Chamelon it from here you need [[https://git-scm.com/downloads][Git]] + #+begin_src + git clone --recursive https://gitlab.inria.fr/solverstack/chameleon.git + #+end_src ** Chameleon prerequisites -- GitLab