0

I'm trying to install TURN server on windows 8, i'm following THIS LINK, so he mentioned just Follow all steps from above section.
E.g.
Install all dependencies;
LibEvent and TURN modules. and I don't know how to make those commands work on windows 8
First Step: Download & Install Prerequisite for CentOS:

yum install -y make gcc cc gcc-c++ wget
yum install -y openssl-devel libevent libevent-devel mysql-devel mysql-server
Ross Ridge
  • 38,414
  • 7
  • 81
  • 112
ler
  • 1,466
  • 3
  • 20
  • 37
  • You are looking at the wrong part of the instructions on that web page. You need to scroll down that page to the section marked "TURN installation on Windows". `yum` is a utility on CentOS (a Linux distribution) for installing applications. – DuncanKinnear Jun 18 '15 at 02:31
  • @DuncanKinnear i guess you didn't read what i wrote . i wrote that ** he mentioned just to follow all steps from above section E.g. install all dependencies; LibEvent and TURN modules ** and the command that he use is for CentOS so i want to know how to install thoes dependencies in windows – ler Jun 18 '15 at 03:01
  • Perhaps [this question and answer](http://stackoverflow.com/questions/9260014/how-do-i-install-cygwin-components-from-the-command-line) will help you, then. Alternatively, when you install cygwin (which is quite involved) you may find the packages mentioned in the list of components to install. – DuncanKinnear Jun 18 '15 at 21:03
  • [This page](https://www.fir3net.com/UNIX/Linux/cygwin-package-installation.html) may also help you. – DuncanKinnear Jun 18 '15 at 21:06

0 Answers0