Coder Social home page Coder Social logo

gamble's Introduction

Gamble

Documentation

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.

Prerequisites

Racket version 6.3 or later is required.

Installation

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.

  1. Install this repository as a Racket package.
  • command line: raco pkg install git://github.com/rmculpepper/gamble
  • or DrRacket: File menu, Install Package, and enter git://github.com/rmculpepper/gamble.
  1. Periodically update to the most recent version of the package.
  • command line: raco pkg update gamble
  • or DrRacket: File menu, Package Mangager, Currently Installed, Update.

Installing from a snapshot

The following instructions assume you want to write programs using a specific snapshot of gamble without updating to the latest available github version.

  1. If you had already installed gamble using the instructions above, remove it.
  • command line: raco pkg remove gamble
  1. Extract the snapshot into a directory like gamble-snapshot-vvvvvv" (where vvvvvv is the snapshot version).
  • command line: tar xzf gamble-snapshot-vvvvvvv.tar.gz
  1. Install the snapshot version of gamble as a Racket package.
  • raco pkg install --link gamble-snapshot-vvvv

Development

The following instructions assume you want to develop gamble

  1. If you had already installed gamble using the instructions above, remove it.
  • command line: raco pkg remove gamble
  1. Clone this repository (http://github.com/rmculpepper/gamble)
  • If you have a github account, git clone [email protected]:rmculpepper/gamble.git
  • If you do not: git clone https://github.com/rmculpepper/gamble.git
  1. Install the checked-out repository as a Racket package.
  • raco pkg install --link <path-to-gamble-checkout>
  1. Periodically update to the the most recent version of gamble.
  • run git pull on the repository
  • run raco setup gamble to recompile the new code and rebuild the local documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.