Fix markdown headers in readme
This commit is contained in:
parent
ee96a4c579
commit
c22689655d
14
README.md
14
README.md
@ -1,15 +1,17 @@
|
|||||||
This is the new networking layer for Node. Its purpose is to abstract
|
# libuv
|
||||||
IOCP on windows and libev on Unix systems. We intend to eventually contain
|
|
||||||
all platform differences in this library.
|
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
|
||||||
|
windows and libev on Unix systems. We intend to eventually contain all
|
||||||
|
platform differences in this library.
|
||||||
|
|
||||||
http://nodejs.org/
|
http://nodejs.org/
|
||||||
|
|
||||||
= Documentation
|
## Documentation
|
||||||
|
|
||||||
See `include/uv.h`.
|
See `include/uv.h`.
|
||||||
|
|
||||||
|
|
||||||
= Build Instructions
|
## Build Instructions
|
||||||
|
|
||||||
For GCC (including MinGW) there are two methods building: via normal
|
For GCC (including MinGW) there are two methods building: via normal
|
||||||
makefiles or via GYP. GYP is a meta-build system which can generate MSVS,
|
makefiles or via GYP. GYP is a meta-build system which can generate MSVS,
|
||||||
@ -43,7 +45,7 @@ Macintosh users run
|
|||||||
xcodebuild -project uv.xcodeproj -configuration Release -target All
|
xcodebuild -project uv.xcodeproj -configuration Release -target All
|
||||||
|
|
||||||
|
|
||||||
= Supported Platforms
|
## Supported Platforms
|
||||||
|
|
||||||
Microsoft Windows operating systems since Windows XP SP2. It can be built
|
Microsoft Windows operating systems since Windows XP SP2. It can be built
|
||||||
with either Visual Studio or MinGW.
|
with either Visual Studio or MinGW.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user