signalapp / ringrtc

GNU Affero General Public License v3.0
549 stars 135 forks source link

gsync-webrtc fails, should add wiki for ssh key #14

Closed iddoeldor closed 4 years ago

jim-signal commented 4 years ago

Hi @iddoeldor, I suppose you are seeing an issue when running make? It seems that we have relied on there being a configured GitHub SSH key already setup. This can be fixed by making the following change:

File: config/webrtc.gclient.common Line: 10

Change the "url" value to be: "https://github.com/signalapp/webrtc.git"

All dependencies needed to build RingRTC are public, so no SSH keys should be necessary. I think we will make this change for future releases.

BTW, what platform are you building for?

iddoeldor commented 4 years ago

Ubuntu x64, thank you. I want to practice my Rust and I <3 Signal. Will update.