-
Notifications
You must be signed in to change notification settings - Fork 14
Getting started source distribution
David Miller edited this page Oct 15, 2010
·
5 revisions
For development work,
- You need to be on .Net 4.0.
- If using Visual Studio, you will need VS2010.
Check out the repo from the “ClojureCLR Github site”http://github.com/richhickey/clojure-clr.
Supporting DLLs need to be placed in the lib\ subdirectory. At present, building ClojureCLR depends on:
- DLR 1.0
- NUnit 2.5
- Rhino Mocks 3.6
To simplify getting started, there is a binary distribution of the required DLLs available in the Downloads are of the Github site. Grab libs.zip
, unzip into the \lib directory.
Build products are placed in the bin\ subdirectory. We support Debug and Release builds for .NET 3.5 and 4.0.