Created
April 28, 2016 10:20
-
-
Save leapar/7094a1cc0a0b50e792423e2f52effb73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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