Remove mercurial from build instructions
authorClifford Wolf <clifford@clifford.at>
Tue, 15 May 2018 12:19:05 +0000 (14:19 +0200)
committerClifford Wolf <clifford@clifford.at>
Tue, 15 May 2018 12:19:05 +0000 (14:19 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
README.md

index d5184bd7da85c7e9de7d88c662cc3518569b568a..704948e2d121a41f3dd936b35ea84fa8a7ea9211 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,19 +52,19 @@ For example on Ubuntu Linux 16.04 LTS the following commands will install all
 prerequisites for building yosys:
 
        $ sudo apt-get install build-essential clang bison flex \
-               libreadline-dev gawk tcl-dev libffi-dev git mercurial \
+               libreadline-dev gawk tcl-dev libffi-dev git \
                graphviz xdot pkg-config python3
 
 Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies:
 
        $ brew tap Homebrew/bundle && brew bundle
        $ sudo port install bison flex readline gawk libffi \
-               git mercurial graphviz pkgconfig python36
+               git graphviz pkgconfig python36
 
 On FreeBSD use the following command to install all prerequisites:
 
        # pkg install bison flex readline gawk libffi\
-               git mercurial graphviz pkgconfig python3 python36 tcl-wrapper
+               git graphviz pkgconfig python3 python36 tcl-wrapper
 
 On FreeBSD system use gmake instead of make. To run tests use:
     % MAKE=gmake CC=cc gmake test