Skip to content

Document setup for Ruby on macOS#66

Open
maxfierke wants to merge 1 commit intojarkonik:mainfrom
maxfierke:mf-ruby_macos
Open

Document setup for Ruby on macOS#66
maxfierke wants to merge 1 commit intojarkonik:mainfrom
maxfierke:mf-ruby_macos

Conversation

@maxfierke
Copy link
Copy Markdown

Fixes #65

Proposed Changes

Adds documentation for setting up Ruby on macOS to work with bevy_scriptum and, additionally, vendoring the installation within a project.

Comment thread README.md
| 🌙 LuaJIT | `lua` | [link](https://jarkonik.github.io/bevy_scriptum/lua/lua.html) |
| 🌾 Rhai | `rhai` | [link](https://jarkonik.github.io/bevy_scriptum/rhai/rhai.html) |
| 💎 Ruby(currently only supported on Linux) | `ruby` | [link](https://jarkonik.github.io/bevy_scriptum/ruby/ruby.html) |
| 💎 Ruby | `ruby` | [link](https://jarkonik.github.io/bevy_scriptum/ruby/ruby.html) |
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably still doesn't work on Windows. Maybe we could add an annotation here that Windows is not supported.

Comment thread book/src/ruby/ruby.md
# Ruby

This chapter demonstrates how to work with bevy_scriptum when using Ruby language runtime.
Ruby is currently only supported on Linux.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably still doesn't work on Windows. Maybe we could add an annotation here that Windows is not supported.


```sh
CC=clang rbenv install 3.4.4
CC=clang rbenv install 3.4.5
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After rebasing this could we either change it here back to 3.4.4 or change to 3.4.5 in every other place the ruby version is mentioned in repo(CI etc). I think it would be good to keep this consistent.

@@ -1,24 +1,23 @@
# Installation

Ruby is currently only supported on Linux.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably still doesn't work on Windows. Maybe we could add an annotation here that Windows is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS Support for Ruby

2 participants