Skip to content

Commit 4e7bd1f

Browse files
committed
Add Linux client supporting libcurl4
The updated package bases on 'libcurl4_1202_hotfix' branch, client binary is new, but server binary isn't changed (it's taken from original release). The updated package is available at the default link, and the name of original package is changed to AssaultCube_v1.2.0.2_libcurl3.tar.bz2 .
1 parent 3c6d7ec commit 4e7bd1f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

htdocs/SSI-HTML/download_box.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>Download it here:</h3>
1414
</tr>
1515
<tr>
1616
<td>
17-
<a href="https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.dmg">
17+
<a href="../download.html">
1818
<img src="docs/images/apple.png" alt="Mac OS" width="40px" height="40px" title="Supports Mac OS X 10.6 (or higher)"></a>
1919
</td>
2020
<td>
@@ -24,11 +24,11 @@ <h3>Download it here:</h3>
2424
</tr>
2525
<tr>
2626
<td>
27-
<a href="https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.tar.bz2">
27+
<a href="../download.html">
2828
<img src="docs/images/linux.png" alt="Linux" width="40px" height="40px" title="Linux"></a>
2929
</td>
3030
<td>
31-
<a href="https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2.tar.bz2"
31+
<a href="../download.html"
3232
title="Linux">Linux</a>
3333
</td>
3434
</tr>

htdocs/download.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ <h3>Download Now:</h3>
8989
</td>
9090
</tr>
9191
</table>
92+
<table id="downloadlink">
93+
<tr>
94+
<td>
95+
<br>
96+
<b>Note:</b> on older Linux systems with old libcurl3 and without newer libcurl4 library please download this
97+
<a href="https://github.com/assaultcube/AC/releases/download/v1.2.0.2/AssaultCube_v1.2.0.2_libcurl3.tar.bz2">Linux client</a>,
98+
supporting libcurl3 (it doesn't support libcurl4, so on newer Linux systems this client won't run, with the error:
99+
<span class="code">libcurl.so.4: version `CURL_OPENSSL_3' not found</span> ).
100+
</td>
101+
</tr>
102+
</table>
92103
<p>
93104
For installation guidance, read the <a href="docs/getstarted.html">getting started</a> guide
94105
in the AssaultCube documentation.

0 commit comments

Comments
 (0)