This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 26 13:47:47 -0700 2008 | [luislavena] |
| |
CHANGELOG.txt | Sat May 24 12:33:23 -0700 2008 | [luislavena] |
| |
LICENSE.txt | Thu Jun 26 06:31:52 -0700 2008 | [luislavena] |
| |
README.txt | Sat May 31 23:01:38 -0700 2008 | [luislavena] |
| |
TODO.txt | Fri May 23 09:14:15 -0700 2008 | [luislavena] |
| |
config/ | Thu Sep 11 14:10:01 -0700 2008 | [larsch] |
| |
rake/ | Wed Aug 27 10:42:49 -0700 2008 | [larsch] |
| |
rakefile.rb | Wed Aug 27 10:42:49 -0700 2008 | [larsch] |
| |
recipes/ | Thu Sep 11 14:10:01 -0700 2008 | [larsch] |
| |
resources/ | Tue Jul 22 17:13:22 -0700 2008 | [vertiginous] |
README.txt
== MinGW One-Click Installer: Bootstrapping Recipes This project attempts to generate a development sandbox that will be used to compile Ruby and it's components using MinGW tools. Our goal is to offer a simplified way to boost your productivity and ease the path for anyone who would like to contribute to the One-Click Ruby Installer for Windows. These are a work-in-progress collection of Rake recipes that download, compile and check MinGW utils required to build Ruby 1.8 (at this time) and it's depen- dencies. It depends on Rake (a Ruby make tool) and you can find most of the recipes for each component inside recipes/ directory. Layout and organization explained: The recipes are distributed in the following layout: compiler/*.rake: here resides the recipes to download and prepare the compiler to be used to build the interpreter (MinGW for now). interpreter/*.rake: the idea is to provide a series of recipes that would allow one to build other interpreters besides Matz's Ruby (Rubinius, JRuby, etc). dependencies/*.rake: this contains the dependencies needed to be downloaded, compiled and included for the interpreter to work properly. At this time only readline, zlib and openssl are included. installer/*.rake: here we will store the basic recipes to generate MSI packages (using the WiX toolset) or any other kind of package. === Requirements: At this time you require to have a working Ruby installation (current stable One-Click release is enough). In case you don't use OCI for this, you need: - Ruby 1.8.5 at least (mswin32 or mingw32 implementation will work) -- Not cygwin! - Rake 0.7.3 or greater - Zlib extension and DLL (zlib1.dll) available in the PATH (could be in system32 or your RUby bin directory) NOTE: Avoid extracting this project into a PATH with spaces, MSYS have issues mounting fstab for MinGW. To generate the Microsoft Windows Installer (MSI), you require have dotNET 2.0 for WiX toolset to work and dotNET 3.5 for Paraffin utility.




