]> matita.cs.unibo.it Git - helm.git/commitdiff
filled end user information
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 31 Jul 2005 21:59:38 +0000 (21:59 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Sun, 31 Jul 2005 21:59:38 +0000 (21:59 +0000)
helm/DEVEL/lablgtksourceview/ACKNOWLEDGEMENTS
helm/DEVEL/lablgtksourceview/CHANGES
helm/DEVEL/lablgtksourceview/README

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e97d934ad28909ac06f88369310ae01135701794 100644 (file)
@@ -0,0 +1,3 @@
+Acknowledgments:
+* Claudio Sacerdoti Coen, for introducing me to the insane world of binding GTK
+  widgets to OCaml
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..aa97346928c4d576ce2614a93ec8873c13118f0d 100644 (file)
@@ -0,0 +1,4 @@
+
+July 8, 2005
+  First public release (0.0.1) of LablGtkSourceView.
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..71d6a5d884e4718602546315e5e25a5edd4962cf 100644 (file)
@@ -0,0 +1,42 @@
+
+LablGtkSourceView: OCaml bindings for GtkSourceView
+---------------------------------------------------
+
+LablGtkSourceView are the OCaml bindings for GtkSourceView, a GTK widget
+which extends the standrd GTK text widgets implementing syntax
+highlighting, automatic indentation, and other typical features of
+source editors.
+
+Using LablGtkSourceView you can instantiate and use GtkSourceView
+widgets in OCaml programs which use GTK through the LablGtk interface.
+
+LablGtkSourceView is freely distributed under the term of the GNU LGPL
+(Lesser General Public License), see LICENSE and COPYING files for more
+info.
+
+Requirements
+------------
+
+In order to build LablGtkSourceView from sources you need:
+
+* OCaml        (http://caml.inria.fr/)
+* Findlib (http://www.ocaml-programming.de/packages/)
+* LablGTK (http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html)
+* GtkSourceView (http://gtksourceview.sourceforge.net/)
+
+Once you have installed all of them, follow the usual procedure:
+
+  ./configure
+  make world
+  make install
+
+Availability of ocamlopt is detected by ./configure, if you manually
+want to choose what to build:
+
+  make all    # for building the bytecode part of the library
+  make opt    # for the native code part
+
+--
+Stefano Zacchiroli
+Sun, 31 Jul 2005 23:50:34 +0200
+