From 6047bba1957f159cd40c0895eb88bb259f5beb2a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 6 Mar 2014 21:28:12 -0800 Subject: [PATCH] update Readme, glib is long gone --- Readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 81a00fc..a886dde 100644 --- a/Readme.md +++ b/Readme.md @@ -10,9 +10,10 @@ Lake Scheme uses RSR5 as a guideline but does not strictly adhere. Specifically 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: @@ -131,8 +132,6 @@ A naked expression with one value evaluates to the single value it contains so t TODO ==== -* write or find a nice small hash table and ditch glib -* get rid of most macros * finish tests Lake still needs: @@ -159,6 +158,6 @@ Contributors License ======= -Copyright 2011 Sami Samhuri +© 2011 Sami Samhuri -MIT licensed, see the [included LICENSE file](blob/master/LICENSE) +[MIT licensed](http://sjs.mit-license.org)