From 9e3ffe6647f8f37ec1ff597d96cab28e708e6c6a Mon Sep 17 00:00:00 2001 From: Luca Baldesi Date: Fri, 18 May 2018 13:49:22 +0200 Subject: [PATCH] change submodules urls to point to github repositories --- .gitmodules | 8 ++++---- README.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8d00ba2..6ce0074 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "Libs/GRAPES"] path = Libs/GRAPES - url = https://ans.disi.unitn.it/redmine/grapes.git + url = https://github.com/netCommonsEU/GRAPES.git [submodule "Libs/mongoose"] path = Libs/mongoose - url = https://ans.disi.unitn.it/redmine/mongoose.git + url = https://github.com/netCommonsEU/mongoose.git [submodule "Libs/pstreamer"] path = Libs/pstreamer - url = https://ans.disi.unitn.it/redmine/pstreamer.git + url = https://github.com/netCommonsEU/PeerStreamer-engine.git [submodule "Libs/janus-gateway"] path = Libs/janus-gateway - url = https://ans.disi.unitn.it/redmine/janus-gateway.git + url = https://github.com/netCommonsEU/janus-gateway.git diff --git a/README.md b/README.md index a5864dc..71cd02e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PeerStreamer-ng -PeerStreamer-ng [1] is P2P rel-time streaming platform. -It is specifically design for mesh networks and it is meant to be purely decentralized. +PeerStreamer-ng [1] is P2P real-time streaming platform. +It is specifically designed for mesh networks and it is meant to be purely decentralized. ## Documentation You can find documentation on usage and development on the official wiki: @@ -9,9 +9,9 @@ https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng/wiki ## Compilation You need to install [Janus dependencies](https://github.com/meetecho/janus-gateway), on ubuntu: ``` -sudo apt install libmicrohttpd-dev libjansson-dev libnice-dev - libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev - libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt +sudo apt install libmicrohttpd-dev libjansson-dev libnice-dev \ + libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev \ + libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt \ libtool automake ```