Closed huy-lv closed 5 years ago
did you run make
from the root folder of the project?
from the readme:
The make command downloads all the native dependencies you need to build the library on each platform. Once the make command finished, you are ready to link the platform-specific code to your iOS or Android project.
You said run git clone https://github.com/helloiampau/janus-client
but this project seems not public.
Where should i run make
command :(
That is the old URL of the repo, but all the commands are still valid. I'll update the readme with the new URL.
Thank you for updating new README, when i run make
command from janus-mobile-sdk
dir, it got an error, i'm using Window 10 with GNUWIN32 to run make
command.
http://gnuwin32.sourceforge.net/packages/make.htm
Windows is not 100% supported. You can use "WSL 2" to run linux applications on your box: https://docs.microsoft.com/en-us/windows/wsl/wsl2-install
I tried on Mac and got this problem, please help me to run it, i already installed NDK, Cmake from Android studio SDK manager.
fatal error: 'djinni_support.hpp' file not found
You right, I missed a dependency in my last commit. Please update to the master and check if it works. Thank you.
Thank you, the previous error gone but new one came :(
That is because Android Studio didn't get that you've updated the files. Try to clean/update the project.
I face the same problem. even i run make
successfully . could you help me please
Hi, i have cloned your project and tried to run android example but got some errors:
No download info given for 'curl_proj' and its source directory
After a few minutes, i found
CMakeList.txt
file and I have tried to addGIT_REPOSITORY ...
formbedtls_proj
andjson_proj
like this photo, but i cannot find the git repo forcurl_proj
Could you tell me the correct url to make this work?