summaryrefslogtreecommitdiff
path: root/doc/windows.md
AgeCommit message (Collapse)Author
2024-12-12[DOC] Improve formatting in Markdown files (#12322)Alexander Momchilov
* Fix WASM bullet/code indentation * Use `console` code highlighting where appropriate … which handles the prefix `$` correctly. * Migrate feature proposal template to MarkDown * Set language on code blocks
2024-12-03Fixed wrong instruction with mswin buildHiroshi SHIBATA
2024-10-28[DOC] Tweaks for windows.mdNobuyoshi Nakada
2024-10-28Win32: [DOC] Update about program name configurationsNobuyoshi Nakada
2024-10-28Win32: [DOC] Mention `vcvarall*.bat`Nobuyoshi Nakada
2024-10-28Win32: [DOC] No extlibs file, no patch is neededNobuyoshi Nakada
2024-06-26Mentioned new mswin tasks related with vcpkgHiroshi SHIBATA
2024-06-26Added git for requirements of Windows buildHiroshi SHIBATA
2024-01-26Added vcpkg manifest for windows build environment.Hiroshi SHIBATA
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" is 2024.01.12 released version of vcpkg. https://github.com/microsoft/vcpkg/releases/tag/2024.01.12
2023-12-27Update supported Windows and Visual C++ versionsU.Nakamura
2023-11-02Windows: Fix description of runtimesLars Kanis
`mswin` platform links to `vcruntimeXXX.dll` but `mingw-ucrt` doesn't.
2023-10-28Windows: Add libffi as a build dependencyLars Kanis
Otherwise the fiddle extension isn't build.
2023-05-12Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko
https://bugs.ruby-lang.org/issues/19637 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/7798 Merged-By: yui-knk <spiketeika@gmail.com>
2023-05-10readline or libedit is no longer required to build rubyHiroshi SHIBATA
2023-02-02Mentioned scoop and vcpkg for windows build instructionHiroshi SHIBATA
2023-02-02[DOC] Merge README.win32 to doc/windows.mdNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7170
2023-01-22Windows build instructions documentation. (#6956)Samuel Williams
Windows build instructions. Notes: Merged-By: ioquatix <samuel@codeotaku.com>