Skip to content

Commit dac7a8d

Browse files
author
Chrono Law
committed
readme update
1 parent 17b3404 commit dac7a8d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,27 @@ Table of Contents
1212
* [Usage](#Usage)
1313
* [Examples](Examples)
1414
* [C++ APIs](#C++ APIs)
15+
* [TODO](#TODO)
1516

1617
Requirements
1718
============
1819
* Linux or other UNIX like
1920
* C++11(gcc 4.6 or later)
2021
* Boost(1.57 or later)
2122

23+
Please see directiory "setup".
24+
2225
Usage
2326
=====
2427
At first, you must patch nginx/auto/make to enable g++ compiler and C++11.
25-
Please see directory "auto"
28+
29+
Please see directory "auto".
30+
31+
For example:
32+
~~~~
33+
patch -b make make.path
34+
~~~~
35+
2636

2737
Then configure nginx with:
2838
~~~~
@@ -75,3 +85,8 @@ C++ APIs
7585
* NgxDigest :
7686
* NgxTimer :
7787

88+
TODO
89+
====
90+
* nginx script
91+
* nginx threads
92+
* ...

0 commit comments

Comments
 (0)