class Build::Installer
- Build::Installer
- Reference
- Object
Defined in:
build/installer.crConstructors
- .new(source : Build::Source, platform : String, arch : String, options : Hash(Symbol, String | Nil))
Class Method Summary
-
.install_root : String
Get the crenv versions directory path.
Instance Method Summary
-
#install(crystal_version : String, install_shards : Bool = true)
Install a specific crystal_version to crenv.
Constructor Detail
def self.new(source : Build::Source, platform : String, arch : String, options : Hash(Symbol, String | Nil))
#
Class Method Detail
Instance Method Detail
def install(crystal_version : String, install_shards : Bool = true)
#
Install a specific crystal_version to crenv.