updated directory structure
[cc1516.git] / README.md
1 #spl
2 `<spl> ::= <spl> <parsing> <lexing>`
3
4 ## Build instructions
5 To build you need to have a [clean](http://clean.cs.ru.nl) system on
6 your machine. More specifically the development version since we use the
7 `clean-platform` library.
8
9 ### Linux
10 Append `envs/envs.linux64` to your `IDEEnvs` and run `make`.
11
12 ### Mac
13 Append `envs/envs.mac` to your `IDEEnvs` and run `make`.
14
15 ### Windows
16 Install a real operating system and try again.
17
18 ## Usage
19 For full instruction see `man ./spl.1` or run `./spl --help`.
20
21 ## `LICENCE`
22 See `LICENCE` file.