crystal-windows-installer
crystal-windows-installer copied to clipboard
Installer for Crystal on Bash on Windows
Crystal executable on Windows 10
Currently this project is a bat file that execute crystal
on Windows Subsystem for Linux.
However the final goal of this project is to create a native Crystal installer for Windows.
Prerequisites
This project requires:
- Visual C++ Redistributable for Visual Studio 2015
- WSL (Windows Subsystem for Linux)
Installation
- Install Crystal on the Linux Subsystem on Windows 10
- Download and execute crystal-setup-windows-10.exe
Release Notes
See Changelog
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 Faustino Aguilar - creator, maintainer