https://github.com/faustinoaq/crystal-windows-installer
Installer for Crystal on Bash on Windows
https://github.com/faustinoaq/crystal-windows-installer
crystal inno-setup
Last synced: 3 months ago
JSON representation
Installer for Crystal on Bash on Windows
- Host: GitHub
- URL: https://github.com/faustinoaq/crystal-windows-installer
- Owner: faustinoaq
- License: mit
- Created: 2017-08-22T15:02:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T05:37:55.000Z (over 4 years ago)
- Last Synced: 2025-08-24T12:45:11.379Z (10 months ago)
- Topics: crystal, inno-setup
- Language: Inno Setup
- Homepage:
- Size: 1.34 MB
- Stars: 37
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Crystal executable on Windows 10
Currently this project is a bat file that execute `crystal` on [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/about).
However the final goal of this project is to create a [native](https://github.com/crystal-lang/crystal/pull/3582) Crystal installer for Windows.
## Prerequisites
This project requires:
- [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
- [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) (Windows Subsystem for Linux)
## Installation
1. [Install Crystal on the Linux Subsystem on Windows 10](https://crystal-lang.org/install/on_wsl/)
2. Download and execute [crystal-setup-windows-10.exe](https://github.com/faustinoaq/crystal-windows-installer/releases)


## Release Notes
See [Changelog](https://github.com/faustinoaq/crystal-windows-installer/blob/master/CHANGELOG.md)
## Contributing
- Fork it https://github.com/faustinoaq/crystal-windows-installer/fork
- Create your feature branch git checkout -b my-new-feature
- Commit your changes git commit -am 'Add some feature'
- Push to the branch git push origin my-new-feature
- Create a new Pull Request
## Contributors
- [@faustinoaq](https://github.com/faustinoaq) Faustino Aguilar - creator, maintainer