diff options
author | JorandeBoer <[email protected]> | 2023-11-03 10:44:10 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-06 11:52:31 +0900 |
commit | a763d085e446d4a3cb09bd5f6bcaffc30484e804 (patch) | |
tree | f1887f1bf7fd8d7f78d8a87225cc2a5a60bd6fe8 /doc/contributing/building_ruby.md | |
parent | 40391faeab608665da87a05c686c074f91a5a206 (diff) |
Updated building_ruby.md to include reference for building on Windows
Looking at building_ruby.md it is unclear that you are able to build Ruby on Windows. To fix that a reference has been added to the windows.md file.
Diffstat (limited to 'doc/contributing/building_ruby.md')
-rw-r--r-- | doc/contributing/building_ruby.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 4f76d15804..52f3c241a0 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -105,6 +105,10 @@ If you are having unexplainable build errors, after saving all your work, try running `git clean -xfd` in the source root to remove all git ignored local files. If you are working from a source directory that's been updated several times, you may have temporary build artifacts from previous releases which can cause build failures. +## Building on Windows + +The documentation for building on Windows can be found [here](https://github.com/ruby/ruby/blob/master/doc/windows.md). + ## More details If you're interested in continuing development on Ruby, here are more details |