Вопрос

I am trying to use the Libjingle library By GYP

I follow the readme I run the following commands

$ gclient config http://libjingle.googlecode.com/svn/trunk $ gclient sync --force

But i do not get any libjingle libraries in the folder Has anyone else faced the problem?.

Is there any good tutorial for Libjingle which would give me step by step instructions? Thanks in advance Nitesh

Это было полезно?

Решение

You have to have the depot_tools downloaded and you have to make sure that you add the depot_tools folder to your path.

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH":path/to/depot_tools
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top