Skip to content

Commit ddda6ea

Browse files
committed
Update README.md
1 parent 0633a17 commit ddda6ea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ Requirements
99
* Linux or other UNIX like
1010
* C++11(gcc 4.6 or later)
1111
* Boost(1.57 or later)
12+
13+
Usage
14+
=====
15+
At first, we must patch nginx/auto/make to enable g++ compiler and C++11.
16+
17+
Then configure nginx with:
18+
~~~~
19+
./configure --add-module=path/to/ngxpp \ # ngx cpp module
20+
--add-module=xxxx # other modules
21+
make
22+
~~~~
23+

0 commit comments

Comments
 (0)