Skip to content

Commit 93db12a

Browse files
authored
Update README.md
1 parent 34b8bb2 commit 93db12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ Compile application - **PipeWire** clients only:
271271

272272
```bash
273273
qmake ../JDSP4Linux.pro
274-
make
274+
make -j4
275275
```
276276
Compile application - **PulseAudio** clients only:
277277

278278
```bash
279279
qmake ../JDSP4Linux.pro "CONFIG += USE_PULSEAUDIO"
280-
make
280+
make -j4
281281
```
282282

283283
Execute compiled binary

0 commit comments

Comments
 (0)