Skip to content

Instantly share code, notes, and snippets.

@nimblemo
Created May 24, 2017 19:51
Show Gist options
  • Save nimblemo/02206b68245b634d4b2030c7dcaf9ce4 to your computer and use it in GitHub Desktop.
Save nimblemo/02206b68245b634d4b2030c7dcaf9ce4 to your computer and use it in GitHub Desktop.
Kurento Media Server Installation (Debian Wheezy 64bit)

Install dependencies:

sudo apt-get install git build-essential cmake

TODO: Install apache thrift

Clone the kurento-media-server project:

git clone https://github.com/Kurento/kurento-media-server
cd kurento-media-server

Initialise git submodules:

git submodule init
git submodule update

Run cmake:

cmake .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment