X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=README.md;h=002a7b608e9c3b11f3bc7fda2810e8cb52e6b537;hp=5d79c7d4cc88bc028c293926edca7e8d1559d66e;hb=e4737223ae0336868aecd6af14ac09947655fde6;hpb=fe712aa779be8210646dd5a74a665644232de3cb diff --git a/README.md b/README.md index 5d79c7d..002a7b6 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,9 @@ If you'd like to run using your own sbcl instance, you can attach the clnl.asd f (clnl:run) ``` -To view the opengl view, you'll want to open up the interface: +## Running on OSX -```lisp -(sb-thread:make-thread #'clnl-interface:run) -``` - -(On OSX, the interface should be the main thread) +In order to run on OSX, you may have to build your own sbcl instance with threads enabled. # Testing