Axel Isouard
Axel Isouard
What about the default lib directory ? CMake's default prefix seems to be `/usr/local/lib`, I don't remember having any deb or rpm package installing their lib inside `/usr/local/lib`, that directory...
I see, the directory is the same, depending on the target. I'll maintain a list for .deb first.
I'm not used to ARM at all, I just have a raspberry pi 2 model B, but I'd gladly work on its support as soon as I can. In the...
I was going to suggest you to replace the whole downloaded sysroot folder inside the `libwertc/out/webrtc/src/build/linux` directory, until I found something interesting over there: https://github.com/kclyu/rpi-webrtc-streamer/blob/master/BUILD_ubuntu.md Some `gn` arguments are very...
Thanks a lot for your efforts, I'll take a look tonight (GMT+1) and do my best to investigate the ABI issue with the failing windows build one.
That line is interesting: ``` No such file or directory: '../../third_party/android_support_test_runner/lib/rules-0.5.aar' ``` Taking a look right now, perhaps we could officially support Android once it's solved!
In the meantime, you can edit that file at line 58: https://github.com/aisouard/libwebrtc/blob/dev/webrtc/CMakeLists.txt.in#L58 Remove the `--nohooks` flag and try a clean build, I'm not sure why I added this, perhaps for...
It worked, the `--nohooks` flag was added to skip retrieval of testing data, I'll mark that issue as solved once I get it working with the `--nohooks` flag.
It seems that Android is exclusively supported under Linux. https://webrtc.org/native-code/android/ > Android development is only supported on Linux.
There shouldn't be any difference, this flag prevents the commands defined inside the DEPS file to be executed. Le 14 juillet 2017 17:54:45 GMT+02:00, samuel charles mindlin a écrit :...