Skip to content

yury/build-mosh

 
 

Repository files navigation

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

git submodule init
git submodule update
./build-all.sh

This script will build both Mosh and libprotobuf for iOS. The resulting Mosh for iOS will be packaged as libmoshios.framework on the root. The resulting libprotobuf.a will be under build-protobuf/protobuf-ver/lib.

If you want to customize the compilation of any piece, go to the corresopnding build-mosh or build-protobuf scripts.

Special thanks to @dariaphoebe for helping to simplify the compilation :)

About

Helper script to build Mosh for iOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%