X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=dc15e87dd94dbae1309e948a85a5647e2a120675;hb=6b3981fb80952fe2c510b6f9b849adb0dff77d2c;hp=35c4616da538dd2c7a208cd2e84c60e7736d2b0d;hpb=356120519f1690474d975dba49549bc36a48886b;p=cc1516.git diff --git a/README.md b/README.md index 35c4616..dc15e87 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# cc1516 \ No newline at end of file +#spl +` ::= ` + +## Build instructions +To build you need to have a [clean](http://clean.cs.ru.nl) system on +your machine. More specifically the development version since we use the +`clean-platform` library. + +### Linux +Append `envs/envs.linux64` to your `IDEEnvs` and run `make`. + +### Mac +Append `envs/envs.mac` to your `IDEEnvs` and run `make`. + +### Windows +Install a real operating system and try again. + +## Usage +For full instruction see `man ./spl.1` or run `./spl --help`. + +## `LICENCE` +See `LICENCE` file.