문제

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