Project

General

Profile

Actions

Bug #13745

closed

How to download latest build package for Windows 32/64?

Added by hellio6 (Luc Vu) almost 7 years ago. Updated over 6 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-07-08 trunk 59284) [x64-mingw32]
[ruby-core:82042]

Description

This is my first question, it look like not much for the dev group.

I need to download latest build package for Windows 32/64 but not able to find out. I see Ruby has 2 ci/ build server.

  • Ruby CI
  • RubyInstaller CI

I try to access but not see the output binary package. Does they output a usable binary pacakge and how to download them?

Updated by naruse (Yui NARUSE) almost 7 years ago

  • Status changed from Open to Closed

As far as Ruby CI and CRuby development, we don't provide binary package.
It just build and trash away the package built in the instruction.

I don't know RubyInstaller CI and it is not handled here.

Updated by larskanis (Lars Kanis) almost 7 years ago

The most common binary package for Windows is the RubyInstaller. Stable releases are provided in the download section of https://rubyinstaller.org . Daily development snapshots can be downloaded as build artefacts from appveyor: https://ci.appveyor.com/project/larskanis/rubyinstaller2-hbuor

It is built from the C-Ruby/MRI sources through the corresponding packaging project: https://github.com/oneclick/rubyinstaller2

Updated by shevegen (Robert A. Heiler) almost 7 years ago

Do also note that there is a *nix "subsystem" on Win10 since a while. I tried it and you can currently run ubuntu there or a ubuntu-like system.

This is of course not 100% the same as an .exe but my point is that you can actually use ruby on windows now, even without an .exe file like
the rubyinstaller.

Apt-get works fine. I compiled ruby from source there, it works very well. It actually works better than the rubyinstaller.exe in my opinion. :D

I was surprised to see that because it also meant that I can use ruby on win10 now, compiling literally everything on a *nix subsystem using some
ruby scripts that I wrote once. Even xorg apps work to some extent if you use mingw or something like that; I have not gotten everything to work
yet, for example, ruby-gnome does not work very well right now, and kde konsole has some hiccups... but I am sure that in a few months, that will
work for just about everyone. Everything keeps getting better and better, hopefully. Ruby itself most likely anyway.

You also have full access to the windows filesystem e. g. under /mount/c/ path by default (the windows team said that this can be changed by the
user at a later time eventually... they are working on some compatbility stuff too; not everything works perfectly well, e. g. lspci has a
few problems to give just one example for more examples, but by and large, it really works surprisingly well).

Updated by hellio6 (Luc Vu) over 6 years ago

larskanis (Lars Kanis) wrote:

The most common binary package for Windows is the RubyInstaller. Stable releases are provided in the download section of https://rubyinstaller.org . Daily development snapshots can be downloaded as build artefacts from appveyor: https://ci.appveyor.com/project/larskanis/rubyinstaller2-hbuor

It is built from the C-Ruby/MRI sources through the corresponding packaging project: https://github.com/oneclick/rubyinstaller2

Thank you for your information. I think it is ok for my purpose. If there is installer which build from VC++ then I also want to try also.

Actions #5

Updated by usa (Usaku NAKAMURA) over 6 years ago

  • Status changed from Closed to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0