Skip to content

Commit 06d0453

Browse files
committed
Merge branch 'leventelist_777' into testing_0.46.2
2 parents 67d1b77 + 48d15a1 commit 06d0453

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ for Debian:
187187

188188
for Debian (QT6):
189189

190-
`sudo apt-get -y install libhamlib-dev build-essential pkg-config qt6-base-dev qtkeychain-qt6-dev qt6-webengine-dev libqt6charts6-dev libqt6serialport6-dev libqt6webenginecore6-bin libqt6svg6-dev libgl-dev libqt6websockets6-dev`
190+
`sudo apt-get -y install libhamlib-dev build-essential pkg-config qt6-base-dev qtkeychain-qt6-dev qt6-webengine-dev libqt6charts6-dev libqt6serialport6 libqt6webenginecore6-bin libqt6svg6-dev libgl-dev libqt6websockets6-dev qt6-serialport-dev libsqlite3-dev`
191191

192192
for Fedora:
193193

@@ -225,15 +225,15 @@ In order to build QLog on MacOS, following prerequisites must be satisfied.
225225
2. [Homebrew](https://brew.sh)
226226
3. [Qt](https://www.qt.io) with QtCreator
227227

228-
##### Xcode
228+
##### Xcode
229229

230230
Xcode command line tools can be installed by issuing a command in command terminal:
231231

232232
```
233233
xcode-select --install
234234
```
235235

236-
**N.B.:** This command doesn't install Xcode itself, however It will take some time to download and
236+
**N.B.:** This command doesn't install Xcode itself, however It will take some time to download and
237237
install the tools anyway.
238238

239239
##### MacOS build
@@ -252,8 +252,8 @@ Last dependencies before building QLog are:
252252
brew install pkg-config
253253
```
254254

255-
As soon as the steps above are finished, QLog source can be opened in QtCreator, configured, built and run.
256-
QLog app (qlog.app) from the build artifacts folder can be later copied (`installed`) to `~/Applications` and
255+
As soon as the steps above are finished, QLog source can be opened in QtCreator, configured, built and run.
256+
QLog app (qlog.app) from the build artifacts folder can be later copied (`installed`) to `~/Applications` and
257257
accessed via Spotlight search bar.
258258

259259
NOTE: if it is necessary then use `qmake` input parameters described above to affect compilation. The input parameter must be use in case when hamlib or qtkeychain is compiled from their source code repos.

0 commit comments

Comments
 (0)