We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b3404 commit dac7a8dCopy full SHA for dac7a8d
README.md
@@ -12,17 +12,27 @@ Table of Contents
12
* [Usage](#Usage)
13
* [Examples](Examples)
14
* [C++ APIs](#C++ APIs)
15
+* [TODO](#TODO)
16
17
Requirements
18
============
19
* Linux or other UNIX like
20
* C++11(gcc 4.6 or later)
21
* Boost(1.57 or later)
22
23
+Please see directiory "setup".
24
+
25
Usage
26
=====
27
At first, you must patch nginx/auto/make to enable g++ compiler and C++11.
-Please see directory "auto"
28
29
+Please see directory "auto".
30
31
+For example:
32
+~~~~
33
+patch -b make make.path
34
35
36
37
Then configure nginx with:
38
~~~~
@@ -75,3 +85,8 @@ C++ APIs
75
85
* NgxDigest :
76
86
* NgxTimer :
77
87
88
+TODO
89
+====
90
+* nginx script
91
+* nginx threads
92
+* ...
0 commit comments