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.
This commit is contained in:
JorandeBoer 2023-11-03 10:44:10 +01:00 committed by Hiroshi SHIBATA
parent 40391faeab
commit a763d085e4

View File

@ -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. 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 ## More details
If you're interested in continuing development on Ruby, here are more details If you're interested in continuing development on Ruby, here are more details