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