Merge pull request #5837 from natebass/add-termux-troubleshooting

Merge pull request 5837
This commit is contained in:
jekyllbot 2017-01-31 10:12:46 -05:00 committed by GitHub
commit 4924f3ba90
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ sudo emerge -av dev-ruby/rubygems
On Windows, you may need to install [RubyInstaller
DevKit](https://wiki.github.com/oneclick/rubyinstaller/development-kit).
On Android (with Termux) you can install all requirements by running:
```sh
apt update && apt install libffi-dev clang ruby-dev make
```
On macOS, you may need to update RubyGems (using `sudo` only if necessary):
```sh