File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,12 @@ Build the source with this module:
298
298
--add-module=/path/to/ngx_devel_kit \
299
299
--add-module=/path/to/lua-nginx-module
300
300
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.
301
307
make -j2
302
308
make install
303
309
```
Original file line number Diff line number Diff line change @@ -231,6 +231,12 @@ Build the source with this module:
231
231
--add-module=/path/to/ngx_devel_kit \
232
232
--add-module=/path/to/lua-nginx-module
233
233
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.
234
240
make -j2
235
241
make install
236
242
</geshi>
You can’t perform that action at this time.
0 commit comments