-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Hassium
Jacob Misirian edited this page May 21, 2016
·
1 revision
You can download Hassium onto your system through one of two options.
Open a terminal and type git clone https://github.com/HassiumTeam/Hassium
. This will download the source code from the GitHub repository. From there, cd into the main directory with cd Hassium
. Once inside run the install.sh script.
Go to the releases tab on https://github.com/HassiumTeam/Hassium. Download the latest release and keep it handy, either in your PATH or in your home folder.
Verify that Hassium works by creating a "Hello, World!" program.
func main () {
println ("Hello, World!");
}
Then run hassium hello.has
or drag the file over the Hassium exe.