Skip to content

Commit

Permalink
Merge branch 'raw' of github.com:blinksh/blink into raw
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Apr 24, 2020
2 parents 9c33364 + 27a86da commit 548653a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building
We provide you with two ways to compile and install Blink Shell. This instructions will refer to assembling
a full Blink Shell, compiling libraries and resources yourself. Due to the many dependencies that compose
a full Blink Shell, compiling libraries and resources yourself. Due to the many dependencies that compose
Blink Shell, this is the recommended but not shortest method. You can also clone Blink and obtain a "ready to go"
tar.gz with all the dependencies as described on [home](https://github.com/blinksh/blink)

Expand All @@ -22,7 +22,7 @@ git submodule update
Blink makes use of multiple dependencies that you have to compile
separately before building Blink itself. There are simple scripts available
to perform this operation.
- [Libssh2 for iOS](https://github.com/carloscabanero/libssh2-for-iOS); Includes OpenSSL.
- [Libssh2 for iOS](https://github.com/holzschu/libssh2-for-iOS); Includes OpenSSL.
- [Mosh for iOS](https://github.com/blinksh/build-mosh); Includes Protobuf.

Please note that Blink currently only supports armv64, so compilation for other architectures is not necessary.
Expand Down Expand Up @@ -53,7 +53,7 @@ needed for Blink to work. Download the file and drop it into Resources folder.
Blink's Terminal is running from JavaScript code linked at runtime.
Most of the available open source terminals can be made to work with Blink,
just by providing a "write" and "signal" functions. An example of this
is provided in the Resources/term.html file. If you use another
is provided in the Resources/term.html file. If you use another
terminal.js, edit term.html to match. We have been also successful plugging in other
terminals like [Terminal.js](http://terminal.js.org).

Expand Down

0 comments on commit 548653a

Please sign in to comment.