meetecho / janus-mobile-sdk

[ABANDONED] Janus Gateway Mobile SDK
https://meetecho.github.io/janus-mobile-sdk/#/
Apache License 2.0
70 stars 43 forks source link

No download info given for 'curl_proj' and its source directory #6

Closed huy-lv closed 5 years ago

huy-lv commented 5 years ago

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 add GIT_REPOSITORY ... for mbedtls_proj and json_proj like this photo, but i cannot find the git repo for curl_proj

Could you tell me the correct url to make this work?

image

helloIAmPau commented 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.

huy-lv commented 5 years ago

You said run git clone https://github.com/helloiampau/janus-client but this project seems not public. Where should i run make command :(

helloIAmPau commented 5 years ago

That is the old URL of the repo, but all the commands are still valid. I'll update the readme with the new URL.

huy-lv commented 4 years ago

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

image

helloIAmPau commented 4 years ago

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

huy-lv commented 4 years ago

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

image

helloIAmPau commented 4 years ago

You right, I missed a dependency in my last commit. Please update to the master and check if it works. Thank you.

huy-lv commented 4 years ago

Thank you, the previous error gone but new one came :( image

helloIAmPau commented 4 years ago

That is because Android Studio didn't get that you've updated the files. Try to clean/update the project.

borhanreo commented 4 years ago

I face the same problem. even i run make successfully . could you help me please