Read the documentation online here: http://rmculpepper.github.io/gamble/
Installing gamble
also builds its documentation on your system, and it is available via raco docs gamble
or Help, Racket Documentation in DrRacket.
Racket version 6.3 or later is required.
The following instructions assume you want to write programs using the latest version of gamble
but not develop gamble
itself. The install and update commands automatically fetch the latest version of gamble
from github.
raco pkg install git://github.com/rmculpepper/gamble
git://github.com/rmculpepper/gamble
.raco pkg update gamble
The following instructions assume you want to write programs using a specific snapshot of gamble
without updating to the latest available github version.
gamble
using the instructions above, remove it.
raco pkg remove gamble
tar xzf gamble-snapshot-vvvvvvv.tar.gz
gamble
as a Racket package.
raco pkg install --link gamble-snapshot-vvvv
The following instructions assume you want to develop gamble
gamble
using the instructions above, remove it.
raco pkg remove gamble
git clone git@github.com:rmculpepper/gamble.git
git clone https://github.com/rmculpepper/gamble.git
raco pkg install --link <path-to-gamble-checkout>
gamble
.
git pull
on the repositoryraco setup gamble
to recompile the new code and rebuild the local documentation