diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2022-07-02 13:29:44 +0200 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2022-07-02 13:29:44 +0200 |
commit | 0641ff47d9c437c02d77363d568b106c4ceae155 (patch) | |
tree | 0c2fb9f751004c7dcad0c7c618d3d6dd6b2cf0e3 /README.md | |
parent | b7992ec7724000f813ab053ac6042326f3795471 (diff) | |
parent | b4337d99fde46abe85cab8bdf98a681eefe1f3e1 (diff) | |
download | nextpnr-0641ff47d9c437c02d77363d568b106c4ceae155.tar.gz nextpnr-0641ff47d9c437c02d77363d568b106c4ceae155.tar.bz2 nextpnr-0641ff47d9c437c02d77363d568b106c4ceae155.zip |
Merge branch 'master' into shadowram
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |