Giter VIP home page Giter VIP logo

Comments (9)

rksnachap333 avatar rksnachap333 commented on June 3, 2024 2

cmake --build build-android --parallel 8

Thank you so much..Finally I am able to build SDK.

from linphone-android.

Viish avatar Viish commented on June 3, 2024

Hi @rksnachap333,

Take a look at our README file: https://gitlab.linphone.org/BC/public/linphone-sdk#android-using-docker

You have to set the android preset to be able to build the master branch of our SDK.

Cheers,

from linphone-android.

rksnachap333 avatar rksnachap333 commented on June 3, 2024

cmake --preset=android-sdk -B build-android -DLINPHONESDK_ANDROID_ARCHS=arm64 this command throwing error File not found: /home/User/recursive/build/CMakePresets.json. (Building on Linux System)

from linphone-android.

rksnachap333 avatar rksnachap333 commented on June 3, 2024

cmake --preset=android-sdk -B build-android -DLINPHONESDK_ANDROID_ARCHS=arm64 this command throwing error File not found: /home/User/recursive/build/CMakePresets.json. (Building on Linux System)

from linphone-android.

Viish avatar Viish commented on June 3, 2024

@rksnachap333 Check you are on master or release/5.3 branch and do a git pull && git submodule update --recursive --init

from linphone-android.

rksnachap333 avatar rksnachap333 commented on June 3, 2024

Still not getting the file . I am building sdk along with g729 enabled for android on linux system can you suggest me the steps from starting to end. I have been stuck in this for last 5 days. If you suggest it will be very helpful.

@rksnachap333 Check you are on master or release/5.3 branch and do a git pull && git submodule update --recursive --init

from linphone-android.

Viish avatar Viish commented on June 3, 2024

@rksnachap333 Simply clone again from scratch (seems better considering you aren't successful right now), and follow the steps in https://gitlab.linphone.org/BC/public/linphone-sdk#android-using-docker:

cmake --preset=android-sdk -B build-android -DLINPHONESDK_ANDROID_ARCHS=arm64 -DENABLE_G729=ON -DENABLE_GPL_THIRD_PARTIES=ON
cmake --build build-android --parallel 8

from linphone-android.

rksnachap333 avatar rksnachap333 commented on June 3, 2024

After following all the steps in doc i am getting this error :

sudo docker run -it --volume=$PWD:/home/bc/linphone-sdk gitlab.linphone.org:4567/bc/public/linphone-sdk/bc-dev-android-r25b:20230706_add_deps_for_av1 /bin/bash -i bc@3c96fe973056:$ cmake --preset=android-sdk -B build-android -DLINPHONESDK_ANDROID_ARCHS=arm64 -DENABLE_G729=ON -DENABLE_GPL_THIRD_PARTIES=ON CMake Error: Could not read presets from /home/bc: File not found bc@3c96fe973056:$

from linphone-android.

Viish avatar Viish commented on June 3, 2024

You have to be in the linphone-sdk root folder.

from linphone-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.