pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

$WEBRTC_HOME not set, .jar file missing #79

Closed lgrahl closed 9 years ago

lgrahl commented 9 years ago

The readme states:

When the scripts are done you can find the .jar and .so file in
$WEBRTC_HOME under "libjingle_peerconnection_builds".

That variable does not exist. I also can't find a file named libjingle_peerconnection.jar anywhere. However, there are two files named libjingle_peerconnection_java.jar which are identical:

webrtc-build-scripts/android/webrtc/src/out_android_armeabi-v7a/Release/gen/libjingle_peerconnection_java
webrtc-build-scripts/android/webrtc/src/out_android_armeabi-v7a/Release/lib.java/libjingle_peerconnection_java.jar
aaalaniz commented 9 years ago

Good find. This issue has been resolved in latest. Thanks!

lgrahl commented 9 years ago

Great stuff! However, the variable $WEBRTC_HOME still does not exist. I guess the readme just needs an update there.

aaalaniz commented 9 years ago

oops sorry....it's WEBRTC_ROOT. I will update the README