From cf88da7f50258dc016cf574b99a3e1a69ca4134c Mon Sep 17 00:00:00 2001 From: arookas Date: Sat, 12 Dec 2015 18:04:49 -0500 Subject: [PATCH] Added basic compilation information. --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 67b1dfa..28a39b9 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,16 @@ Use the various properties on this type to gather the information of the compila If the error is of the type `sunScriptException`, you can cast and retrieve the script name, line, and column of the error. +## Compiling + +This repository contains a [premake5](https://premake.github.io/) configuration file (see [premake5.lua](premake5.lua)). +The script generates a solution with the following projects: + + - **ssc**, the base _ssc_ API library + - **frontend**, the basic command-line frontend + +Simply run the script through premake5 and build the resulting solution. + ## Language For more information on the SunScript language and its syntax, see [language.md](language.md). \ No newline at end of file