From 43706b028b25778d07cef0ead1180783a446e0fa Mon Sep 17 00:00:00 2001 From: Rochus Keller Date: Thu, 3 Jan 2019 00:45:13 +0100 Subject: [PATCH] update Win download --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd1443..af7f3d4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,12 @@ Linux: http://software.rochus-keller.info/QtcVerilog_linux_i386.tar.gz The Linux version does not include the Qt binaries. It was compiled on Ubuntu 14.04 LTS i386 using Qt 5.4.2. If you have a Qt version >= 5.4 installed on your system the binaries should work. Otherwise either find out which libraries are missing (e.g. using ldd) and install them; you can also build QtcVerilog yourself (see below). -Windows and Mac versions are coming soon. + +Windows: http://software.rochus-keller.info/QtcVerilog_win32.zip + +The Windows and Mac versions include a copy of the Qt libraries. + +Mac version is coming soon. ### Build Steps