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
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="hevea 2.32">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="manual.css">
<title>Chapter 32 The graphics library</title>
</head>
<body>
<a href="libthreads.html"><img src="previous_motif.svg" alt="Previous"></a>
<a href="index.html"><img src="contents_motif.svg" alt="Up"></a>
<a href="libdynlink.html"><img src="next_motif.svg" alt="Next"></a>
<hr>
<h1 class="chapter" id="sec585">Chapter 32 The graphics library</h1>
<p>Since OCaml 4.09, the <span class="c003">graphics</span> library is distributed as an external
package. Its new home is:</p><p><a href="https://github.com/ocaml/graphics"><span class="c003">https://github.com/ocaml/graphics</span></a></p><p>If you are using the opam package manager, you should install the
corresponding <span class="c003">graphics</span> package:</p><pre>
opam install graphics
</pre><p>Before OCaml 4.09, this package simply ensures that the <span class="c003">graphics</span>
library was installed by the compiler, and starting from OCaml 4.09
this package effectively provides the <span class="c003">graphics</span> library.
</p>
<hr>
<a href="libthreads.html"><img src="previous_motif.svg" alt="Previous"></a>
<a href="index.html"><img src="contents_motif.svg" alt="Up"></a>
<a href="libdynlink.html"><img src="next_motif.svg" alt="Next"></a>
</body>
</html>
|