This repository was archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
santamon edited this page Apr 24, 2011
·
1 revision
Installation is divided to these steps:
- Install Clojure in your mind, after that struggle
- Install Leiningen or use maven,
- Create your new project:
lein new myapp, - Add to
:dependenciesinside yourproject.cljwhat this site says: http://clojars.org/guiftw, - Run
lein depsand you're ready.
Then refer to some tutorials on this wiki.
- Grab a jar from here: https://github.com/santamon/GUIFTW/archives/master,
- 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.
- Get source:
- Clone the repo:
git clone https://github.com/santamon/GUIFTW.git - Or Grab a tarball from here: http://github.com/santamon/GUIFTW/archives/master
- Run this command inside project folder:
lein deps, compile, jar, installYou 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.