Skip to content

Commit

Permalink
add fedora command for QT and related packages (#1871)
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Nair <[email protected]>
Co-authored-by: Jared Van Bortel <[email protected]>
  • Loading branch information
realKarthikNair and cebtenzzre authored Jan 24, 2024
1 parent 27912f6 commit 0a45dd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gpt4all-chat/build_and_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ On Ubuntu 23.04, this looks like:
sudo apt install build-essential qt6-base-dev qt6-declarative-dev qt6-wayland-dev qt6-svg-dev qt6-httpserver-dev qt6-webengine-dev libqt6core5compat6 qml6-module-qt5compat-graphicaleffects libqt6shadertools6 qtcreator cmake ninja-build
```

On Fedora 39, this looks like:
```
sudo dnf install make gcc gcc-c++ qt6-qtbase-devel qt6-qtdeclarative-devel qt6-qtwayland-devel qt6-qtsvg-devel qt6-qthttpserver-devel qt6-qtwebengine-devel qt6-qt5compat qt5-qtgraphicaleffects qt6-qtshadertools qt-creator cmake ninja-build
```

## Download Qt

- Go to https://login.qt.io/register to create a free Qt account.
Expand Down

0 comments on commit 0a45dd3

Please sign in to comment.