Server readme markdown
This commit is contained in:
parent
0c65f14043
commit
e94a516560
25
server/README.md
Normal file
25
server/README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
## Dependencies
|
||||||
|
|
||||||
|
* https://github.com/libuv/libuv
|
||||||
|
|
||||||
|
```{engine='bash'}
|
||||||
|
sh autogen.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make check
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
|
* https://github.com/joyent/http-parser
|
||||||
|
|
||||||
|
```{engine='bash'}
|
||||||
|
make
|
||||||
|
make install -stdlib=libstdc++ -lstdc++ (OSX)
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
|
## Test compile
|
||||||
|
|
||||||
|
```{engine='bash'}
|
||||||
|
clang++ -std=c++11 test.cpp -o test -luv -lhttp_parser -I../
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user