aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2022-07-04 08:15:21 +1000
committerYRabbit <rabbit@yrabbit.cyou>2022-07-04 08:15:21 +1000
commit6d85de43ee1f9585e3c3a170f52513755ed924b5 (patch)
tree3b4b9fdde4a94f6d18dba269284bf5fb42265f72 /README.md
parent63f2acd42adf3884d153381696cf7845c6d74162 (diff)
parentb4337d99fde46abe85cab8bdf98a681eefe1f3e1 (diff)
downloadnextpnr-6d85de43ee1f9585e3c3a170f52513755ed924b5.tar.gz
nextpnr-6d85de43ee1f9585e3c3a170f52513755ed924b5.tar.bz2
nextpnr-6d85de43ee1f9585e3c3a170f52513755ed924b5.zip
Merge branch 'master' into clock-wip
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14128b87..36ff9a8b 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,8 @@ An example of how to use the generic flow is in [generic/examples](generic/examp
The nextpnr GUI is not built by default, to reduce the number of dependencies for a standard headless build. To enable it, add `-DBUILD_GUI=ON` to the CMake command line and ensure that Qt5 and OpenGL are available:
- - On Ubuntu, install `qt5-default`
+ - On Ubuntu 22.04 LTS, install `qtcreator qtbase5-dev qt5-qmake`
+ - On other Ubuntu versions, install `qt5-default`
- For MSVC vcpkg, install `qt5-base` (32-bit) or `qt5-base:x64-windows` (64-bit)
- For Homebrew, install `qt5` and add qt5 in path: `echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile`
` - this change is effective in next terminal session, so please re-open terminal window before building