|
Revision 616, 0.9 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>DerelictSDL Package</title> |
|---|
| 4 |
<link rel="stylesheet" type="text/css" href="styles.css"> |
|---|
| 5 |
</head> |
|---|
| 6 |
<body> |
|---|
| 7 |
<h2>DerelictSDL</h2> |
|---|
| 8 |
The DerelictSDL package contains D bindings to SDL 1.2 and its satellite libraries. |
|---|
| 9 |
<ul> |
|---|
| 10 |
<li><a href="sdl.html">DerelictSDL</a></li> |
|---|
| 11 |
<li><a href="sdlimg.html">DerelictSDLImage</a></li> |
|---|
| 12 |
<li><a href="sdlmix.html">DerelictSDLMixer</a></li> |
|---|
| 13 |
<li><a href="sdlnet.html">DerelictSDLNet</a></li> |
|---|
| 14 |
<li><a href="sdlttf.html">DerelictSDLttf</a></li> |
|---|
| 15 |
</ul> |
|---|
| 16 |
|
|---|
| 17 |
<h3>Building</h3> |
|---|
| 18 |
To compile all libraries in the DerelictSDL package, add the <tt>DerelictSDL_ALL</tt> |
|---|
| 19 |
make target to the command line. For example, to build the libraries on Windows with DMD, |
|---|
| 20 |
you would execute the following: |
|---|
| 21 |
<pre><code> |
|---|
| 22 |
make -fwin32.mak DerelictSDL_ALL DC=DMD |
|---|
| 23 |
</code></pre> |
|---|
| 24 |
For more information on compiling Derelict libraries, see <a href="build.html">Building the |
|---|
| 25 |
Derelict Bindings</a>. |
|---|
| 26 |
|
|---|
| 27 |
</body> |
|---|
| 28 |
</html> |
|---|