diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-09-19 10:16:53 +0200 |
---|---|---|
committer | Jim Lawson <ucbjrl@berkeley.edu> | 2018-10-08 11:38:10 -0700 |
commit | 24951ddc777f9cc70670e3f833a7f89cad98f476 (patch) | |
tree | 958e914ca5c8fb0f795099228a235d58a5fccac7 /README.md | |
parent | 33ac82a5fe7a1cad1e947f8f2350c123af592deb (diff) | |
download | yosys-24951ddc777f9cc70670e3f833a7f89cad98f476.tar.gz yosys-24951ddc777f9cc70670e3f833a7f89cad98f476.tar.bz2 yosys-24951ddc777f9cc70670e3f833a7f89cad98f476.zip |
Fix Cygwin build and document needed packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |