You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
460 B
460 B
Install Sol
Let's start off with getting sol ready. Head over to the Sol repository on Github and either download a zip file of it or use git clone
.
Open up the directory and run the Makefile with make
. This should download any dependencies and begin compiling Sol. If it is successful, you should have a ./Solace executable. Now you can either begin writing sol and running programs or using the interpreter.