root/branches/Derelict2/doc/sfml_pack.html

Revision 616, 1.1 kB (checked in by aldacron, 4 months ago)

[Derelict2]
* updated mime-type on all the documentation

  • Property svn:mime-type set to text/html
Line 
1 <html lang="en">
2 <head>
3     <title>DerelictSFML Package</title>
4     <link rel="stylesheet" type="text/css" href="styles.css">
5 </head>
6 <body>
7 <h2>DerelictSFML</h2>
8 The DerelictSFML package contains D bindings to each of the release packages that comprise the
9 <a href="http://www.sfml-dev.org/">SFML 1.6</a> distribution.
10 <ul>
11 <li><a href="sfml_audio.html">DerelictSFMLAudio</a></li>
12 <li><a href="sfml_graphics.html">DerelictSFMLGraphics</a></li>
13 <li><a href="sfml_network.html">DerelictSFMLNetwork</a></li>
14 <li><a href="sfml_system.html">DerelictSFMLSystem</a></li>
15 <li><a href="sfml_window.html">DerelictSFMLWindow</a></li>
16 </ul>
17
18 <h3>Building</h3>
19 To compile all libraries in the DerelictSFML package, add the <tt>DerelictSFML_ALL</tt>
20 make target to the command line. For example, to build the libraries on Windows with DMD,
21 you would execute the following:
22 <pre><code>
23 make -fwin32.mak DerelictSFML_ALL DC=DMD
24 </code></pre>
25 For more information on compiling Derelict libraries, see <a href="build.html">Building the
26 Derelict Bindings</a>.
27
28 </body>
29 </html>
Note: See TracBrowser for help on using the browser.