Skip to content

Commit

Permalink
#161: Update build instructions in README (#176)
Browse files Browse the repository at this point in the history
# Description

One of the dependencies for the Craft build on Windows/Mac was
incorrectly specified (should be `libs/qt/qtmultimedia` instead of
`libs/qt/multimedia`).

## Type of change

- [x] This change requires a documentation update

# How Has This Been Tested?
N/A

# Checklist:

- [x] I have made corresponding changes to the documentation
  • Loading branch information
aaronhktan authored Mar 30, 2024
1 parent 822e709 commit 706f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Place the database, named `dict.db`, in `src/jyut-dict/resources/db/`
1. Install [Craft](https://community.kde.org/Craft).
2. Install various dependencies using Craft:
```
craft libs/qt/multimedia
craft libs/qt/qtmultimedia
craft libs/qt/qtspeech
craft karchive
```
Expand Down

0 comments on commit 706f99e

Please sign in to comment.