mirror of
https://github.com/samsonjs/lake.git
synced 2026-04-27 14:57:43 +00:00
update Readme, glib is long gone
This commit is contained in:
parent
de349043ae
commit
6047bba195
1 changed files with 5 additions and 6 deletions
11
Readme.md
11
Readme.md
|
|
@ -10,9 +10,10 @@ Lake Scheme uses RSR5 as a guideline but does not strictly adhere. Specifically
|
||||||
Compiling & Running
|
Compiling & Running
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Portable C99, only dep is glib, nothing to configure, no documentation!
|
Portable C99, no dependencies, nothing to configure, no documentation!
|
||||||
|
|
||||||
Install glib 2.x using your package manager, for me it's either `brew install glib` or `sudo aptitude install libglib2.0-dev`. You'll also need some version of gcc and GNU make.
|
You'll need some version LLVM for clang, and GNU make. Compiles with GCC too if you prefer, just
|
||||||
|
change the Makefile.
|
||||||
|
|
||||||
Once you have all that you can build the repl:
|
Once you have all that you can build the repl:
|
||||||
|
|
||||||
|
|
@ -131,8 +132,6 @@ A naked expression with one value evaluates to the single value it contains so t
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
* write or find a nice small hash table and ditch glib
|
|
||||||
* get rid of most macros
|
|
||||||
* finish tests
|
* finish tests
|
||||||
|
|
||||||
Lake still needs:
|
Lake still needs:
|
||||||
|
|
@ -159,6 +158,6 @@ Contributors
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Copyright 2011 Sami Samhuri <sami.samhuri@gmail.com>
|
© 2011 Sami Samhuri <sami@samhuri.net>
|
||||||
|
|
||||||
MIT licensed, see the [included LICENSE file](blob/master/LICENSE)
|
[MIT licensed](http://sjs.mit-license.org)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue