github.com/Psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/MobileLibrary/iOS/BUILD.md (about)

     1  # Building the Psiphon iOS Library
     2  
     3  ## Manual Build
     4  
     5  ### Prerequisites
     6  
     7  * xcode `xcode-select --install`
     8  
     9  * [git](https://git-scm.com/download/mac)
    10  
    11  * [homebrew](http://brew.sh/)
    12  
    13  * golang
    14    - `brew install go`
    15  
    16  ### Build Steps
    17  
    18  * Run `build-psiphon-framework.sh`.
    19    - If this fails, especially in the `gomobile` step, try re-running it.
    20  
    21  * The result will be in `MobileLibrary/iOS/build`.
    22  
    23  #### Testing
    24  
    25  Run `test-psiphon-framework.sh`.