Update URL in the README
This commit is contained in:
parent
f954f69574
commit
4e23dff0dc
|
@ -40,7 +40,7 @@ Building Coriolis
|
||||||
|
|
||||||
To build Coriolis, ensure the following prerequisites are met:
|
To build Coriolis, ensure the following prerequisites are met:
|
||||||
|
|
||||||
* Python 2.7.
|
* Python 2.7 or 3.
|
||||||
* cmake.
|
* cmake.
|
||||||
* boost.
|
* boost.
|
||||||
* bison & flex.
|
* 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 clone http://github.com/miloyip/rapidjson
|
||||||
ego@home:~$ git checkout ec322005072076ef53984462fb4a1075c27c7dfd
|
ego@home:~$ git checkout ec322005072076ef53984462fb4a1075c27c7dfd
|
||||||
ego@home:~$ cd ~/coriolis-2.x/src
|
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
|
ego@home:src$ cd coriolis
|
||||||
|
|
||||||
If you want to use the *devel* branch: ::
|
|
||||||
|
|
||||||
ego@home:coriolis$ git checkout devel
|
|
||||||
|
|
||||||
Then, build the tool: ::
|
Then, build the tool: ::
|
||||||
|
|
||||||
ego@home:coriolis$ make install
|
ego@home:coriolis$ make install
|
||||||
|
|
Loading…
Reference in New Issue