Sha256: 358d030881250eb70e5dc1b6cce835616d2e926e7a1cd9368453310725b66917

Contents?: true

Size: 846 Bytes

Versions: 5

Compression:

Stored size: 846 Bytes

Contents

# Installation

## Installing Leiningen
The simplest approach to setting up a Clojure environment is to install the build tool [Leiningen](https://github.com/technomancy/leiningen) which will provide access to a REPL (Read Eval Print Loop) for interactive development and allow you to run Clojure code.

### Linux and Windows
For installation instructions on most platforms see: [Leiningen installation](https://github.com/technomancy/leiningen#installation).

### Homebrew for Mac OS X
Update your Homebrew:
``` bash
$ brew update
```

Install Leiningen:
``` bash
$ brew install leiningen
```

### Installing the standalone JAR
Alternatively you can download the latest stable release jar file from [clojure.org/downloads](http://clojure.org/community/downloads) which contains everything required to run Clojure code and provides a basic REPL.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/clojure/docs/INSTALLATION.md
trackler-2.2.1.179 tracks/clojure/docs/INSTALLATION.md
trackler-2.2.1.178 tracks/clojure/docs/INSTALLATION.md
trackler-2.2.1.177 tracks/clojure/docs/INSTALLATION.md
trackler-2.2.1.176 tracks/clojure/docs/INSTALLATION.md