Add a simple getting started section for anybody curious (read: nobody)

This commit is contained in:
R. Tyler Croy 2012-11-04 20:49:26 -08:00
parent e63ae2891f
commit 4a9e44827b
1 changed files with 19 additions and 0 deletions

View File

@ -9,3 +9,22 @@ functionality in the future.
## Getting started
In order to build/test Sting, you'll need an Ada compiler and runtime. I'm
currently using the [GNAT GPL 2012](http://libre.adacore.com/download/)
toolkit.
Once that's all downloaded/installed/whatever, you can start by running the
tests:
```
% make test
```
Assuming that all worked out swimmingly, you can then build a release binary
with:
```
% make release
```