Skip to content

Commit e86dd96

Browse files
SmirnovWagentzh
authored andcommitted
doc: added more hints as comments to installation commands.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent 11495c2 commit e86dd96

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,12 @@ Build the source with this module:
298298
--add-module=/path/to/ngx_devel_kit \
299299
--add-module=/path/to/lua-nginx-module
300300

301+
# Note that you may also want to add `./configure` options which are used in your
302+
# current nginx build.
303+
# You can get usually those options using command nginx -V
304+
305+
# you can change the parallism number 2 below to fit the number of spare CPU cores in your
306+
# machine.
301307
make -j2
302308
make install
303309
```

doc/HttpLuaModule.wiki

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ Build the source with this module:
231231
--add-module=/path/to/ngx_devel_kit \
232232
--add-module=/path/to/lua-nginx-module
233233
234+
# Note that you may also want to add `./configure` options which are used in your
235+
# current nginx build.
236+
# You can get usually those options using command nginx -V
237+
238+
# you can change the parallism number 2 below to fit the number of spare CPU cores in your
239+
# machine.
234240
make -j2
235241
make install
236242
</geshi>

0 commit comments

Comments
 (0)