Skip to content

Commit b57c061

Browse files
committed
Readd dependency on libcurl
1 parent 49a2e6a commit b57c061

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

htdocs/download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,16 @@ <h3>Download Now:</h3>
102102
<li>libogg</li>
103103
<li>libvorbis</li>
104104
<li>OpenAL Soft</li>
105+
<li>libcurl</li>
105106
</ul>
106107
<p>
107108
For RedHat based systems, type this at the command line:<br>
108109
<span class="code" style="margin-left : 20px;">
109-
sudo yum install SDL SDL_image zlib libogg libvorbis openal-soft
110+
sudo yum install SDL SDL_image zlib libogg libvorbis openal-soft libcurl
110111
<br></span>
111112
For Debian based systems, type this at the command line:<br>
112113
<span class="code" style="margin-left : 20px;">
113-
sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1
114+
sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl4
114115
</span>
115116
</p>
116117
<p>

0 commit comments

Comments
 (0)