@@ -18,21 +18,60 @@ Don't hesitate to report bugs or ask for new features by [opening an issue](http
1818
1919## Downloads
2020
21- - ** Windows** :
22- - [ Gearboy-3.7.0-windows-x64.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-windows-x64.zip )
23- - [ Gearboy-3.7.0-windows-arm64.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-windows-arm64.zip )
24- - NOTE: If you have errors you may need to install:
25- - [ Microsoft Visual C++ Redistributable] ( https://go.microsoft.com/fwlink/?LinkId=746572 )
26- - [ OpenGL Compatibility Pack] ( https://apps.microsoft.com/detail/9nqpsl29bfff )
27- - ** macOS** :
28- - [ Gearboy-3.7.0-macos-arm.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-macos-arm.zip )
29- - [ Gearboy-3.7.0-macos-intel.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-macos-intel.zip )
30- - ** Linux** :
31- - [ Gearboy-3.7.0-ubuntu-24.04.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-ubuntu-24.04.zip )
32- - [ Gearboy-3.7.0-ubuntu-22.04.zip] ( https://github.com/drhelius/Gearboy/releases/download/3.7.0/Gearboy-3.7.0-ubuntu-22.04.zip )
33- - NOTE: You may need to install ` libsdl2 ` and ` libglew `
34- - ** RetroArch** : [ Libretro core documentation] ( https://docs.libretro.com/library/gearboy/ )
35- - ** Dev Builds** : [ GitHub Actions] ( https://github.com/drhelius/Gearboy/actions/workflows/gearboy.yml )
21+ <table >
22+ <thead >
23+ <tr>
24+ <th>Platform</th>
25+ <th>Architecture</th>
26+ <th>Download Link</th>
27+ <th>Notes</th>
28+ </tr>
29+ </thead >
30+ <tbody >
31+ <tr>
32+ <td rowspan="2"><strong>Windows</strong></td>
33+ <td>x64</td>
34+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-windows-x64.zip">Gearboy-3.7.1-windows-x64.zip</a></td>
35+ <td rowspan="2">May need <a href="https://go.microsoft.com/fwlink/?LinkId=746572">Visual C++ Redistributable</a> and <a href="https://apps.microsoft.com/detail/9nqpsl29bfff">OpenGL Compatibility Pack</a></td>
36+ </tr>
37+ <tr>
38+ <td>ARM64</td>
39+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-windows-arm64.zip">Gearboy-3.7.1-windows-arm64.zip</a></td>
40+ </tr>
41+ <tr>
42+ <td rowspan="2"><strong>macOS</strong></td>
43+ <td>Apple Silicon</td>
44+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-macos-arm.zip">Gearboy-3.7.1-macos-arm.zip</a></td>
45+ <td rowspan="2"></td>
46+ </tr>
47+ <tr>
48+ <td>Intel</td>
49+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-macos-intel.zip">Gearboy-3.7.1-macos-intel.zip</a></td>
50+ </tr>
51+ <tr>
52+ <td rowspan="2"><strong>Linux</strong></td>
53+ <td>Ubuntu 24.04</td>
54+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-ubuntu-24.04.zip">Gearboy-3.7.1-ubuntu-24.04.zip</a></td>
55+ <td rowspan="2">May need <code>libsdl2</code> and <code>libglew</code></td>
56+ </tr>
57+ <tr>
58+ <td>Ubuntu 22.04</td>
59+ <td><a href="https://github.com/drhelius/Gearboy/releases/download/3.7.1/Gearboy-3.7.1-ubuntu-22.04.zip">Gearboy-3.7.1-ubuntu-22.04.zip</a></td>
60+ </tr>
61+ <tr>
62+ <td><strong>RetroArch</strong></td>
63+ <td>All platforms</td>
64+ <td><a href="https://docs.libretro.com/library/gearboy/">Libretro core documentation</a></td>
65+ <td></td>
66+ </tr>
67+ <tr>
68+ <td><strong>Dev Builds</strong></td>
69+ <td>All platforms</td>
70+ <td><a href="https://github.com/drhelius/Gearboy/actions/workflows/gearboy.yml">GitHub Actions</a></td>
71+ <td>Latest development builds</td>
72+ </tr>
73+ </tbody >
74+ </table >
3675
3776## Features
3877
0 commit comments