summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-04-03 19:08:52 -0400
committerMac Mollison <mollison@cs.unc.edu>2010-04-03 19:08:52 -0400
commitbd66e7ca131751d20c4dbb59cff9df4bd716f9e4 (patch)
tree611058eb9e5582900c6211f49976390139f38138 /doc
parent13e0520cafd6280bcdf90208c699a6925efd9fba (diff)
Noted visualizer dependencies in doc
Also, removed obsolete README file
Diffstat (limited to 'doc')
-rw-r--r--doc/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.txt b/doc/index.txt
index cc9c766..4e8b089 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -18,7 +18,7 @@ Members of UNC's Real-Time Group can obtain Unit-Trace using:<br>
18<codeblock>git clone ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace.git</codeblock> 18<codeblock>git clone ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace.git</codeblock>
19 19
20## Installing Unit-Trace ## 20## Installing Unit-Trace ##
21Unit-Trace is based on Python 2.6, so make sure that is available on your system. 21Dependencies: Python 2.6; for the visualizer, pygtk and pycairo.
22 22
23Unit_Trace consists of a Python module called `unit_trace` (encapsulated in the `unit_trace` directory) and a font-end script called `unit-trace`. 23Unit_Trace consists of a Python module called `unit_trace` (encapsulated in the `unit_trace` directory) and a font-end script called `unit-trace`.
24 24