dariaphoebe / build-mosh

Helper script to build Mosh for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-mosh

Wrapper to compile Mosh for iOS. This is used to compile a library packaging Mosh to be used in Blink. Please do not use it to compile mosh-client or mosh-server versions. Refer to the original Mosh for that.

Requirements

  • XCode 7
  • XCode Command Line Tools
  • iOS SDK.

Building

  • Checkout submodules
git submodule init
git submodule update
  • Compile Enable / Disable architectures from the build-mosh.sh file by commenting / uncommenting the "buildit" lines. Current supported architectures are arm64 and x86_64 due to threading code support.

To compile, just run: ./build-mosh.sh

Output library files will be generated on the output folder. Lipo files grouping all the architectures will be created at the root, while you can also access each architecture on the corresponding folder. For installation in Blink, please copy only the Lipo files.

About

Helper script to build Mosh for iOS


Languages

Language:Shell 100.0%