Skip to content

Commit

Permalink
add setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzmir committed Mar 5, 2013
1 parent c21932c commit 788d3ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -3,6 +3,14 @@ Racket bindings to Allegro 5
Racket: http://racket-lang.org
Allegro5: http://allegro5.org

== Quick Setup ==

$ mkdir lib
$ cd lib
$ ln -s /path/to/allegro/build/lib/*.so .
$ cd ..
$ raco link .

To use, build Allegro5 and put the .so files in lib/

== Basic Program ==
Expand Down

0 comments on commit 788d3ab

Please sign in to comment.