Skip to content

Commit

Permalink
Add libqtspell-qt5-dev to build docs and GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bun committed Aug 15, 2022
1 parent eca4e7c commit f822fc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
workflow_dispatch:

concurrency:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true

Expand Down Expand Up @@ -87,12 +87,12 @@ jobs:
- name: Add Conan to path
if: startsWith(matrix.os, 'windows')
run: echo "C:\Program Files\Conan\conan\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Install dependencies (Windows)
if: startsWith(matrix.os, 'windows')
run: |
choco install conan -y
- name: Enable Developer Command Prompt
if: startsWith(matrix.os, 'windows')
uses: ilammy/[email protected]
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: conan remove "*" -fsb
shell: bash

# LINUX
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 2 additions & 0 deletions BUILDING_ON_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Note on Qt version compatibility: If you are installing Qt from a package manage
_Most likely works the same for other Debian-like distros_

Install all of the dependencies using `sudo apt install qttools5-dev qtmultimedia5-dev qt5-image-formats-plugins libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev libboost-filesystem-dev cmake g++`
1. Install all of the dependencies using `sudo apt install qttools5-dev qtmultimedia5-dev qt5-image-formats-plugin libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev libboost-filesystem-dev cmake g++`
1. Optionally install QtSpell using `sudo apt install libqtspell-qt5-dev`

### Arch Linux

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Minor: Added a link to the upstream commit (Mm2PL/Dankerino#127)
- Minor: Added RaccAttack URL to Twitch Emote context menu (Mm2PL/Dankerino#122)
- Minor: Added a warning to not send bug reports to upstream (Mm2PL/Dankerino#128)
- Minor: Optionally support QtSpell for spell checking (Mm2PL/Dankerino#125)

### Chatterino
- Major: Added multi-channel searching to search dialog via keyboard shortcut. (Ctrl+Shift+F by default) (#3694, #3875)
Expand Down

0 comments on commit f822fc2

Please sign in to comment.