18 lines
413 B
PHP
18 lines
413 B
PHP
|
<?php include( "header.php" ); ?>
|
||
|
|
||
|
<font size=6>Compiling from source</font><br>
|
||
|
<table border=0 width="100%" cellpadding=5><tr><td bgcolor="#222222">
|
||
|
Make sure you have <b>dev</b> packages of the following libraries installed:
|
||
|
<ul>
|
||
|
<li>libsdl
|
||
|
<li>libpng
|
||
|
<li>zlib
|
||
|
</ul>
|
||
|
The included "runToBuild" script should build the game for you automatically.
|
||
|
|
||
|
</td></tr></table>
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
<?php include( "footer.php" ); ?>
|