diff --git a/README b/README index 0073838..d405085 100644 --- a/README +++ b/README @@ -14,6 +14,15 @@ NGINX-based RTMP server (see examples in test/ subdir) +Build: + +cd to NGINX source directory & run this: + +./configure --add-module= --with-debug +make +make install + + Example nginx.conf: @@ -32,5 +41,3 @@ rtmp { } } -(c) 2012 Roman Arutyunyan -