build-mosh icon indicating copy to clipboard operation
build-mosh copied to clipboard

Helper script to build Mosh for iOS

Results 3 build-mosh issues
Sort by recently updated
recently updated
newest added

If I understand correctly, [`./build-mosh.sh`](https://github.com/blinksh/build-mosh/blob/master/build-mosh.sh) requires `ncurses`. Specifically, `./build-mosh.sh` assumes that the `ncurses` headers are available at `/usr/include/ncurses.h`, `/usr/include/curses.h`, etc. However, this requirement is currently not documented in the [README.md](https://github.com/blinksh/build-mosh/blob/master/README.md).

The scripts provided seem to point to incorrect locations for necessary files, and thus will not build.

## build-mosh notes: ### Instructions edit: ## Building - Checkout submodules ``` > git submodule init > git submodule update ``` - Compile Enable / Disable architectures from the `build-mosh.sh`...