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.
This project requires:
- Visual C++ Redistributable for Visual Studio 2015
- WSL (Windows Subsystem for Linux)
- Install Crystal on the Linux Subsystem on Windows 10
- Download and execute crystal-setup-windows-10.exe
See Changelog
- 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
- @faustinoaq Faustino Aguilar - creator, maintainer