Readme
This commit is contained in:
parent
be5a6205c1
commit
3303ff3ef5
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# fLisp
|
||||||
|
|
||||||
|
## See spec.md for the actual language and bytecode docs
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Pre-requisites:
|
||||||
|
- yacc
|
||||||
|
- lex
|
||||||
|
- A C99 compiler
|
||||||
|
- GNU Make
|
||||||
|
|
||||||
|
### Unix
|
||||||
|
Running `make` twice should work on most Unix systems.
|
||||||
|
It produces an executable called `flisp.amd64`
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
To meet the previously mentionned pre-requisites, you need to use mingw.
|
||||||
|
I recommend installing w64devkit, then compiling Bison and Flex from source.
|
||||||
|
Run `make win`, twice.
|
Loading…
Add table
Reference in a new issue