-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (26 loc) · 1.2 KB
/
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
LablGtkOSXApplication
The goal of this library is provide the OSXApplication object of
gtk-mac-integration[1] in Ocaml.
It has been done using
- Ocaml 4.0
- findlib 1.33
- lablgtk2 2.16.0
- gtk-osx-integration 2.0.6 (build by jhbuild)
The configure generation involves
- ocaml-autoconf 1.1
- pkg-config m4 files
- autotools given by the bootstrap module of jhbuild
but the author did not take the time to learn how to use these tools so:
- autoreconf does not work on its machine
- the generated configure deals with --prefix --bindir --...dir whereas this is
ocamlfind that will choose the "install" place.
Tell him if something is missing/should not be in the depository and/or if you
have clue to make a better configure process.
While you've succeed to get a configure script, "./configure; make; open
example/example.app; make install" (probably, last command as super user) should
do the job.
You may have a look at src/gOSXApplication.mli and example/example.ml to learn how
to take advantage of the library that is the ocamlfind package "lablgtkosx" if
everything went well...
Feel free to contact [email protected] if you need to.
[1] http://live.gnome.org/GTK%2B/OSX/Integration