X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=README.md;h=18cc7a91533e144e6f76de175bcdaee5dc18f6c2;hp=80ceb768a30464ea2d1290ed16214a8c93eaa847;hb=04d53972b6d2865cfd82d888c35f75fffd840ec7;hpb=a66006d87c4364f20442b02a03a7e65a6028407a diff --git a/README.md b/README.md index 80ceb76..18cc7a9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you'd like to run it from source, you're going to need a few things: * alexandria * babel * cffi - * cl-charms + * clnl-gltk * cl-opengl * cl-ppcre * ironclad @@ -31,7 +31,7 @@ If you'd like to run it from source, you're going to need a few things: * strictmath * ieee-floats -[bin/nl](bin/nl) and [bin/run.lisp](bin/run.lisp) have been added for convenience to run the netlogo instance. It boots up the ncurses command line with an opengl view. Not very many commands are implemented, but it should alert you to that. A good test is +[bin/nl](bin/nl) and [bin/run.lisp](bin/run.lisp) have been added for convenience to run the netlogo instance. Not very many commands are implemented, but it should alert you to that. A good test is ``` crt 10 @@ -46,7 +46,7 @@ In order to run on OSX, you may have to build your own sbcl instance with thread ## Running on Windows -In order to run on Windows, you will need to install a copy of 32bit sbcl with threads enabled, as well as putting a copy of freeglut and pdcurses in that directory. See [bin/buildwindowsexec.sh](bin/buildwindowsexec.sh) for how it's done when releasing/testing. +In order to run on Windows, you will need to install a copy of 32bit sbcl with threads enabled, as well as putting a copy of freeglut in that directory. See [bin/buildwindowsexec.sh](bin/buildwindowsexec.sh) for how it's done when releasing/testing. # Running in a common lisp instance