From f75c2a58eceab3f826b92e30985a134a3351b7fc Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Thu, 18 Nov 2021 21:41:36 +0100 Subject: [PATCH] Update URL in the README --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fa725a4a..067e8a36 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Building Coriolis To build Coriolis, ensure the following prerequisites are met: -* Python 2.7. +* Python 2.7 or 3. * cmake. * boost. * bison & flex. @@ -58,13 +58,9 @@ the repository in the right place. Proceed as follow: :: ego@home:~$ git clone http://github.com/miloyip/rapidjson ego@home:~$ git checkout ec322005072076ef53984462fb4a1075c27c7dfd ego@home:~$ cd ~/coriolis-2.x/src - ego@home:src$ git clone https://www-soc.lip6.fr/git/coriolis.git + ego@home:src$ git clone https://gitlab.lip6.fr/vlsi-eda/coriolis.git ego@home:src$ cd coriolis -If you want to use the *devel* branch: :: - - ego@home:coriolis$ git checkout devel - Then, build the tool: :: ego@home:coriolis$ make install