Skip to content

Instantly share code, notes, and snippets.

@leapar
Created April 28, 2016 10:20
Show Gist options
  • Save leapar/7094a1cc0a0b50e792423e2f52effb73 to your computer and use it in GitHub Desktop.
Save leapar/7094a1cc0a0b50e792423e2f52effb73 to your computer and use it in GitHub Desktop.
git clone https://github.com/arut/nginx-rtmp-module.git
wget
tar
gawk
bzip2
lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin
apt-cyg install openssl-devel
apt-cyg install libpcre-devel
apt-cyg install libcrypt-devel
cd nginx-1.9.15
./configure --prefix=. --with-cc-opt="-D FD_SETSIZE=2048" --with-http_ssl_module --with-http_dav_module --with-http_flv_module --with-http_stub_status_module --without-http_scgi_module --without-http_uwsgi_module --without-http_memcached_module --without-http_empty_gif_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --add-module=../nginx-rtmp-module --with-debug
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment