You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -225,15 +225,15 @@ In order to build QLog on MacOS, following prerequisites must be satisfied.
225
225
2.[Homebrew](https://brew.sh)
226
226
3.[Qt](https://www.qt.io) with QtCreator
227
227
228
-
##### Xcode
228
+
##### Xcode
229
229
230
230
Xcode command line tools can be installed by issuing a command in command terminal:
231
231
232
232
```
233
233
xcode-select --install
234
234
```
235
235
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
237
237
install the tools anyway.
238
238
239
239
##### MacOS build
@@ -252,8 +252,8 @@ Last dependencies before building QLog are:
252
252
brew install pkg-config
253
253
```
254
254
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
257
257
accessed via Spotlight search bar.
258
258
259
259
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