-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL.txt
61 lines (34 loc) · 1.48 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
;;; Copyright © 2010 Fraunhofer Gesellschaft
;;; Licensed under the EUPL V.1.1
These installation instructions are for the Carneades inference engine
and the Carneades Editor, implemented in the Clojure programming language.
1. Prerequisites
- The Java Runtime Environment (JRE) 6 <http://java.sun.com/>
- Leiningen 1.4.2 <http://github.com/technomancy/leiningen>
- Apache Maven <http://maven.apache.org/>
2. Downloading Carneades
The Carneades Editor is available for downloading from
<http://carneades.berlios.de>
To launch the Carneades Editor, you can double-click on the executable JAR
or excutes the JAR from the command line:
$ java -jar carneades-editor-<version>.jar
Alternatively, you can install Carneades from the sources.
3. Installation from the sources
- Download the sources using the Git source code management system:
$ git clone git://git.berlios.de/carneades
- Change directory to the src subdirectory of the carneades project.
$ cd carneades/src
- Build the Carneades components:
$ mvn install
- If you want to use the swank server for Emacs and SLIME with Leiningen,
go in the project directory in which you want to work and type:
$ lein swank
4. Trying it out
- Run the Carneades Editor:
$ cd CarneadesEditor
$ lein run
- Run the examples:
$ cd CarneadesExamples
Use 'lein run -m <namespace>' to run an example:
$ lein run -m carneades.examples.piersonpost
$ lein run -m carneades.examples.open-source-licensing.impact-licensing