My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
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
CPAchecker Installation
=======================

For information on how to run CPAchecker, see README.txt.


Install CPAchecker -- Binary
----------------------------

1. Install a Java Runtime Environment which is at least Java 6 compatible
(e.g., Sun/Oracle JRE, OpenJDK).
Cf. http://java.oracle.com/ or install a package from your distribution.

2. Extract the content of the CPAchecker zip or tar file into a directory of your choice.


Install CPAchecker -- Source
----------------------------

1. Install a Java SDK which is at least Java 6 compatible
(e.g., Sun/Oracle JDK, OpenJDK).
Cf. http://java.oracle.com/ or install a package from your distribution.

2. Install ant (anything since version 1.7 should be ok).
(Ubuntu: sudo apt-get install ant)

3. Install Subversion.
(Ubuntu: sudo apt-get install subversion)

4. Checkout CPAchecker from SVN repository.
URL: https://svn.sosy-lab.org/software/cpachecker/trunk
URL (read-only mirror): http://cpachecker.googlecode.com/svn/trunk

5. Run "ant" in CPAchecker directory to build CPAchecker.
When building CPAchecker for the first time, this will automatically
download all needed libraries.

(For building CPAchecker within Eclipse, cf. doc/Developing.txt.)


Install CPAchecker -- Eclipse Plugin for C projects (experimental)
------------------------------------------------------------------

1. Install Eclipse 3.5 with CDT 6, Eclipse 3.6 with CDT 7, or Eclipse 3.7 with CDT 7.

2. Add the URL http://www.sosy-lab.org/~dbeyer/eclipse-download/ as an update site to Eclipse.

3. Install CPAclipse plugin.


Change log

r4891 by pwendler on Nov 24, 2011   Diff
merge branch ivy into trunk
Go to: 

Older revisions

r4812 by pwendler on Nov 11, 2011   Diff
Instead of a single zip file for all
platforms, create a zip file for
windows and a tar archive for the
rest.
Zip can't store the necessary
...
r4683 by pwendler on Nov 3, 2011   Diff
Remove the dependency on libgmp from
INSTALL.txt, users don't need it
anymore.
CPAchecker also does not need to care
about certain UnsatisfiedLinkErrors
...
r4674 by dbeyer on Nov 2, 2011   Diff
Instructions for Java version 6
All revisions of this file

File info

Size: 1599 bytes, 50 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting