mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
README: make -j$(nproc) (#8699)
This commit is contained in:
@@ -188,7 +188,7 @@ Download minetest_game, without using Git:
|
|||||||
Build a version that runs directly from the source directory:
|
Build a version that runs directly from the source directory:
|
||||||
|
|
||||||
cmake . -DRUN_IN_PLACE=TRUE
|
cmake . -DRUN_IN_PLACE=TRUE
|
||||||
make -j <number of processors>
|
make -j$(nproc)
|
||||||
|
|
||||||
Run it:
|
Run it:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user