aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-09-19 15:08:31 +0200
committerGitHub <noreply@github.com>2018-09-19 15:08:31 +0200
commitdc77ed1e8801d9705d16d940c5b09ca2ea08c572 (patch)
tree958e914ca5c8fb0f795099228a235d58a5fccac7 /README.md
parentf1972b6c9084d9eb5e13cd8d07702fba8a5fe7bb (diff)
parentc5e9034834ce0bcc6f6c611bc3ad3d244a32732f (diff)
downloadyosys-dc77ed1e8801d9705d16d940c5b09ca2ea08c572.tar.gz
yosys-dc77ed1e8801d9705d16d940c5b09ca2ea08c572.tar.bz2
yosys-dc77ed1e8801d9705d16d940c5b09ca2ea08c572.zip
Merge pull request #633 from mmicko/master
Fix Cygwin build and document needed packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 424d9bbf2..41ae4ac18 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,10 @@ On FreeBSD use the following command to install all prerequisites:
On FreeBSD system use gmake instead of make. To run tests use:
% MAKE=gmake CC=cc gmake test
+For Cygwin use the following command to install all prerequisites, or select these additional packages:
+
+ setup-x86_64.exe -q --packages=bison,flex,gcc-core,gcc-g++,git,libffi-devel,libreadline-devel,make,pkg-config,python3,tcl-devel
+
There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well
as a source distribution for Visual Studio. Visit the Yosys download page for
more information: http://www.clifford.at/yosys/download.html