projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115ef6c
)
README: make -j$(nproc) (#8699)
author
Zaoqi
<zaomir@outlook.com>
Tue, 30 Jul 2019 07:36:03 +0000
(15:36 +0800)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Tue, 30 Jul 2019 07:36:03 +0000
(09:36 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index ff51d21684d56bef30a7297c88c290f66c4c7bdf..83676a8660a8dbca0b787f93b5e76f9c59e38c24 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-188,7
+188,7
@@
Download minetest_game, without using Git:
Build a version that runs directly from the source directory:
cmake . -DRUN_IN_PLACE=TRUE
- make -j
<number of processors>
+ make -j
$(nproc)
Run it: