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 Jun 10, 2022
1 parent 0882e13 commit cb0c2ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- dankerino
pull_request:

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

Expand Down Expand Up @@ -76,12 +76,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 All @@ -99,7 +99,7 @@ jobs:
cp release/chatterino.exe Chatterino2/
echo nightly > Chatterino2/modes
7z a chatterino-windows-x86-64.zip Chatterino2/
- name: Build with CMake (Windows)
if: startsWith(matrix.os, 'windows') && matrix.build-system == 'cmake'
run: |
Expand All @@ -125,7 +125,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: conan remove "*" -fsb
shell: bash

# LINUX
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
Expand All @@ -150,7 +150,8 @@ jobs:
libxcb-keysyms1 \
libxcb-render-util0 \
libxcb-xinerama0 \
libxcb-randr0
libxcb-randr0 \
libqtspell-qt5-dev
- name: Build (Ubuntu)
if: startsWith(matrix.os, 'ubuntu') && matrix.build-system == 'qmake'
Expand Down
1 change: 1 addition & 0 deletions BUILDING_ON_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Note on Qt version compatibility: If you are installing Qt from a package manage
_Most likely works the same for other Debian-like distros_

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`

### Compiling through Qt Creator

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### Dankerino
- Minor: Added RaccAttack URL to Twitch Emote context menu (Mm2PL/Dankerino#122)
- 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)
Expand Down

0 comments on commit cb0c2ae

Please sign in to comment.