Giter Site home page Giter Site logo

vtcsecurellc / ace-ios Goto Github PK

View Code? Open in Web Editor NEW
3.0 26.0 14.0 289.63 MB

iPhone/iPad Accessible Communications for Everyone

Home Page: https://travis-ci.org/VTCSecureLLC/ace-ios

License: GNU General Public License v2.0

Shell 0.69% CMake 0.67% Objective-C 32.12% MATLAB 0.03% C 43.53% Java 5.19% HTML 9.72% Python 0.40% Makefile 0.68% C++ 3.86% C# 0.26% Batchfile 0.01% Inno Setup 0.07% Tcl 0.03% Perl 0.11% Groff 0.17% Ruby 0.03% CSS 0.13% M4 2.29%

ace-ios's Introduction

ace-ios

Accessible Communications for Everyone

This is source tree for the ACE App for iOS.

Building

This github project is automatically built via Travis.

The .travis.yml file is what directs these Travis automated builds. This includes all bootstrapping and preparation of a build environment, including all of the steps below.

These are the steps you can follow to build ace-ios locally.

  1. Ensure you have Xcode installed

  2. Prepare your build environment:

    ./Tools/prepare.sh
  1. Pull the ace-ios repo and init the submodules:
    git clone [email protected]:VTCSecureLLC/ace-ios.git
    cd ace-ios
    git submodule update --init --recursive
  1. (re)Build the SDK:
    ./prepare.py -C
    ./prepare.py -d devices -G Ninja -DENABLE_WEBRTC_AEC=YES -DENABLE_VCARD=YES \
                 --build-all-codecs make -j 8

You should now see a liblinphone-sdk directory with Linphone SDK library build assets.

  1. Build a debug build of the app:
    xcrun xcodebuild -project linphone.xcodeproj \
                     -scheme linphone \
                     -sdk iphoneos \
                     -configuration Debug build \
                     CODE_SIGNING_REQUIRED=NO \
                     CODE_SIGN_IDENTITY="" \
                     CODE_SIGN_ENTITLEMENTS=""

This will build a .app, but will not generate an archive .ipa for a device. You will not be able to run this.

  1. If all of that went well, you should be able to run it in Xcode on your device. Use Xcode "run" to run the app on your device, or archive the app to an .ipa to distribute.

For examples of how the Travis build does a release to HockeyApp, see the Tools/release.sh script.

ace-ios's People

Contributors

bagage avatar bensartor avatar diorcety avatar fgrisez avatar gagikmartirosyan85 avatar gberaudo avatar gui13 avatar hrachyastepanyan avatar ianblenke avatar jeannotlapin avatar karen-accontech avatar ladyhawk avatar margauxclerc avatar mixo44 avatar noellak avatar norayr-accontech avatar nungster avatar omnitorsimon avatar patrickmwatson avatar peppsac avatar semrubo avatar shareefalis avatar solomax avatar viish avatar vtcsecure avatar zackm0571 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ace-ios's Issues

./prepare.py issue

when I run the command:

./prepare.py -d devices -G Ninja -DENABLE_WEBRTC_AEC=YES -DENABLE_VCARD=YES --build-all-codecs make -j 8

to install the liblinphone-sdk directory I get the following error:

CMake Error: The source directory "/Users/dhooven/ace-ios/WORK/ios-arm64/cmake/8" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

I believe I have all the dependencies installed, I am using Xcode 7.3.1 on OS X El Capitan.

Any help would be appreciated.

No section for index 2 offset 0 found

when i run
./prepare.py -c && ./prepare.py && make
it shows me error
/ace-iphone/submodules/externals/openh264//codec/common/x86/deblock.asm:1758: fatal: No section for index 2 offset 0 found

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.