Skip to content

Commit

Permalink
docs: add missing dependencies to Linux build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre authored Dec 7, 2023
1 parent dfd8ef0 commit 7f0950b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpt4all-chat/build_and_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Linux users may install Qt via their distro's official packages instead of using

On Arch Linux, this looks like:
```
sudo pacman -S --needed base-devel qt6-base qt6-httpserver qtcreator cmake ninja
sudo pacman -S --needed base-devel qt6-base qt6-declarative qt6-wayland qt6-svg qt6-httpserver qt6-webengine qtcreator cmake ninja
```

On Ubuntu 23.04, this looks like:
```
sudo apt install build-essential libqt6gui6 qt6-base-dev libqt6httpserver6 qt6-httpserver-dev qtcreator cmake ninja-build
sudo apt install build-essential qt6-base-dev qt6-declarative-dev qt6-wayland-dev qt6-svg-dev qt6-httpserver-dev qt6-webengine-dev qtcreator cmake ninja-build
```

## Download Qt
Expand Down

0 comments on commit 7f0950b

Please sign in to comment.