Browse thread
ocaml + non-cygwin gtk+ on windows
-
Joel Reymont
- Dave Benjamin
- Matthieu Dubuget
- Christophe TROESTLER
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] ocaml + non-cygwin gtk+ on windows |
Joel Reymont a écrit : > Has anyone used ocaml and gtk+ to build non-cygwin app for windows? > > These would be gtk+ apps that don't require the x server. > > What toolchain did you use? > > Thanks, Joel Mingw flavour of OCaml is ok. The gtk DLLs are to be installed separately, as explained in lablgtk web page. Richard Jones has a demo: - compiling from fedora in a cross-compilation environment - compiling a full NSIS installer (including gtk environment), also from fedora Hoping this helps Matt