diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-05-15 14:19:05 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-05-15 14:19:05 +0200 |
commit | 4b6c0e331d0ef4188f8fa2443f8f7999231af052 (patch) | |
tree | 411f97ab6642cca365ce4b659f7cfda555382b34 /README.md | |
parent | fe80b39f56fb650cc67bed09f29ea42e0e5f6e52 (diff) | |
download | yosys-4b6c0e331d0ef4188f8fa2443f8f7999231af052.tar.gz yosys-4b6c0e331d0ef4188f8fa2443f8f7999231af052.tar.bz2 yosys-4b6c0e331d0ef4188f8fa2443f8f7999231af052.zip |
Remove mercurial from build instructions
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |