Update README - nproc instead of -j8
Commits squashed by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
parent
b76265cf7d
commit
30d70035fb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
|
|||
3. cd OpenRGB
|
||||
4. qmake OpenRGB.pro
|
||||
- On Fedora, replace qmake with qmake-qt5
|
||||
5. make -j8
|
||||
5. make -j$(nproc)
|
||||
* Run the application with ./openrgb
|
||||
* You can also build a Debian package (.deb) from this source code with dpkg-buildpackage -us -B
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue