This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GetInvolved.html
55 lines (39 loc) · 1.76 KB
/
GetInvolved.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>KLEE - Get Involved</title>
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />
</head>
<body>
<div id="menu">
<iframe src="menu.html" height="500" frameborder="0" scrolling="auto">
<a href="menu.html">Click here to load the iframe menu.</a>
</iframe>
</div>
<div id="content">
<h1>Getting Involved with the KLEE Project</h1>
<p>If you are interested in following development of KLEE, or would like to
contribute, here are some resources that may prove useful.</p>
<h2>Mailing Lists</h2>
<p>Currently the main list for KLEE discussion (both for users and developers)
is <a href="klee-dev.html">klee-dev</a>.</p>
<p>Commit messages to the KLEE repository go to
<a href="https://mailman.ic.ac.uk/mailman/listinfo/klee-commits">klee-commits</a>.</p>
<h2><a name="BugReports">Bug Reports</a></h2>
<p>If you find a bug in KLEE, please fill a bug report on <a href="https://github.com/ccadar/klee/issues/new">GitHub</a>. You might also want to report it on <a href="klee-dev.html">klee-dev</a>.
</p>
<h2>Working with the Code</h2>
<p> You should first check <a href="developers-guide.html">KLEE's developer's guide</a>.</p>
<p>Developer documentation is written in
<a href="http://www.doc.ic.ac.uk/~dsl11/klee-doxygen/">doxygen</a>.
<!-- (this page is updated nightly from the source tree).-->
</p>
</p>
<p>Many parts of KLEE rely on the LLVM infrastructure, so you might also want to look at
<a href="http://llvm.org/docs/#llvmprog">LLVM's General Programming Documentation</a>.</p>
</div>
</body>
</html>