class Build::Installer

Defined in:

build/installer.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(source : Build::Source, platform : String, arch : String, options : Hash(Symbol, String | Nil)) #

[View source]

Class Method Detail

def self.install_root : String #

Get the crenv versions directory path.


[View source]

Instance Method Detail

def install(crystal_version : String, install_shards : Bool = true) #

Install a specific crystal_version to crenv.


[View source]