Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for ppc64le #551

Closed
wants to merge 2 commits into from

Commits on Sep 6, 2021

  1. Add initial POWER support

    Before building, export the JAVA_HOME variable:
    export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-ppc64el
    
    Change directory to each project under src/native,
    and run 'make installppc64' in each.
    
    NOTE: This method will link certain native interfaces
    against system libraries, for example Opus and Speex.
    
    This linking may require that the system libraries be
    linked / copied into the Java deployment lib/ directory
    of the end application.  This is not POWER specific,
    just an artifact of the build process used here to
    obtain the native libraries vs. the upstream / internal
    Jitsi build process.
    
    libjnvpx should be buildable on POWER, but it has a
    complex build process overall and is not needed for
    typical Jigasi SIP bridge functionality.
    madscientist159 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    bac0369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bf07e View commit details
    Browse the repository at this point in the history