- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / install.txt
index 4dd6b4f..9d4412f 100644 (file)
@@ -1,3 +1,9 @@
+ ** News **
+
+- Coccinelle no longer needs ocaml-sexplib nor ocaml-extlib.
+- Parallel building is possible when you do not build the bytecode
+  and native version of spatch simultaneously.
+
 
  ** Compilation **
 
@@ -18,14 +24,17 @@ On Debian/Ubuntu, install the following packages
  - ocaml-native-compilers (or alternatively ocaml) 
  - ocaml-findlib
  - libpycaml-ocaml-dev
- - libsexplib-camlp4-dev
  - menhir and libmenhir-ocaml-dev
 
 On Fedora, install the following packages
  - pkgconfig (optional, but strongly recommended)
+ - chrpath
  - ocaml
  - ocaml-findlib
- - ocaml-sexplib-devel
+ - ocaml-camlp4-devel
+ - ocaml-findlib-devel
+ - ocaml-ocamldoc
+ - ocaml-pcre-devel
 
 Note that on Fedora, there is currently not a
 package for menhir and pycaml. However, coccinelle
@@ -87,8 +96,9 @@ Note: The test target is intended for developers. In particular, you
       should not expect that every test will pass.
 
 In order to use the OCaml scripting feature in SmPL, you must compile
-Coccinelle with at least OCaml version 3.11.
-
+Coccinelle with at least OCaml version 3.11. An extra file, coccilib.cmi,
+is produced and installed in /usr/share/cocci/ocaml, which is needed for
+the compilation of ocaml scripts.
 
 
  ** Bash integration **