X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=2747d59301898d14598e1474b48bc9dbc5a169de;hb=dd9529f0ce7864e2bf6df4e4973bd2af068985a0;hp=b75222ad44289cef1ebed84f9528a1732e3091eb;hpb=9b74ace948b5035934d377a712eddda653bc640e;p=cc1516.git diff --git a/README.md b/README.md index b75222a..2747d59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# cc1516 +#spl +` ::= ` -- Bouwen met `cpm make` +## 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 +If `help2man` is installed you can generate a manpage by running `make man`. +For full instruction see `man ./spl.1` or run `./spl --help`. + +## `LICENCE` +See `LICENCE` file.