-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
33 lines (25 loc) · 824 Bytes
/
README
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
== Requirements ==
* A org-mode capable matching tool
* For instance, Coccinelle (spatch)
* menhir, a O'Caml parser generator
* Only for building Herodotos
* menhirlib, the menhir runtime library (libmenhir-ocaml-dev)
* PostgreSQL-ocaml library (libpostgresql-ocaml-dev)
* XML-light (libxml-light-ocaml-dev)
* Bolt (http://bolt.x9c.fr/) -- This needs camlp4-extra
* Parmap (https://github.com/rdicosmo/parmap.git ; libparmap-ocaml-dev)
For EPS generation
====================
* jgraph
* ps2eps
For conversion to PDF
=======================
* pdftk
* epstopdf
For conversion to SVG images
==============================
* inkscape ( > 0.46 )
== Improvements ==
* Native version of spatch (spatch.opt)
* Source code repositories can be indexed with glimpse
-> may improve spatch efficiency