Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Installation

santamon edited this page Apr 24, 2011 · 1 revision

Installation is divided to these steps:

  1. Install Clojure in your mind, after that struggle
  2. Install Leiningen or use maven,
  3. Create your new project: lein new myapp,
  4. Add to :dependencies inside your project.clj what this site says: http://clojars.org/guiftw,
  5. Run lein deps and you're ready.

Then refer to some tutorials on this wiki.

Installing From JAR (For Use in Java Project etc.)

  1. Grab a jar from here: https://github.com/santamon/GUIFTW/archives/master,
  2. You'll also need Clojure and Clojure-Contrib from here: http://clojure.org/downloads,

You'd probably want to check this out: Using GUIFTW! In Plain Java Project.

Installing From Source (For Offline Usage etc.)

  1. Get source:
  2. Clone the repo: git clone https://github.com/santamon/GUIFTW.git
  3. Or Grab a tarball from here: http://github.com/santamon/GUIFTW/archives/master
  4. Run this command inside project folder:
lein deps, compile, jar, install

You should get a jar file guiftw-*.jar. This command will also install this jar in your local maven repo, so you can proceed as on top of this document clarified.

Clone this wiki locally