Skip to content

Commit

Permalink
website: download: point to the nightly prerelease
Browse files Browse the repository at this point in the history
it has all the links
  • Loading branch information
adriweb committed Jan 23, 2023
1 parent 18c6e8f commit fbb3f66
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions templates/download.html
Expand Up @@ -19,43 +19,9 @@ <h3>Download Stable Version</h3>
<div class="divider"></div>
<div class="row">
<h3>Download Development Builds</h3>

<p>Note that some of these builds are bleeding-edge versions - they may break at any time! Recommended only if you want to try new features, and don't mind occasional bugs.</p>
<p>For now, this is the version that will allow use to use "USB transfers", i.e. being able to transfers files such as OSes and apps to the emulated calculator.</p>

The Windows builds are provided by <a href="https://github.com/jacobly0">@jacobly0</a> (on his server, built with MinGW).
The Linux and macOS builds are provided by <a href="https://github.com/adriweb">@adriweb</a> (built by OBS for Linux, GitHub Actions CI for macOS).<br /><br />
<ul class="collapsible" data-collapsible="accordion">
<li>
<div class="collapsible-header active"><i class="material-icons">picture_in_picture_alt</i>Windows</div>
<div class="collapsible-body">
Simply download, extract the ZIP, and run the .exe to get started.<br /><br />
<a href="https://jacobly.com/CEmu/master/CEmu64.exe" id="download-button" class="tooltipped btn-large waves-effect waves-light cemu-color-lighter" data-position="bottom" data-delay="50" data-tooltip="Most modern PCs should be able to run this slightly faster 64-bit build.<br />If in doubt, download this, and if it doesn't work, try the 32-bit build instead."><i class="material-icons left">file_download</i>Download 64-bit</a>
<a href="https://jacobly.com/CEmu/master/CEmu32.exe" id="download-button" class="tooltipped btn-large waves-effect waves-light cemu-color-lighter" data-position="bottom" data-delay="50" data-tooltip="Download this 32-bit build if the 64-bit one doesn't work for you."><i class="material-icons left">file_download</i>Download 32-bit</a>
<br /><br />
(Last updated: on each master commit)
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">desktop_mac</i>Mac</div>
<div class="collapsible-body">
<a href="https://jacobly.com/artifact?repo=CEmu&branch=master&file=CEmu_mac_master" id="download-button" class="btn-large waves-effect waves-light cemu-color-lighter"><i class="material-icons left">file_download</i>Download macOS 64-bit</a>
<br /><br />
(Last updated: on each master commit)
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">dashboard</i>Linux</div>
<div class="collapsible-body">
You may first want to try this nightly-updated 64-bit Linux build : <br>
<a href="https://jacobly.com/CEmu/master/CEmu" id="download-button" class="tooltipped btn-large waves-effect waves-light cemu-color-lighter" data-position="bottom" data-delay="50" data-tooltip="Most modern PCs should be able to run this slightly faster 64-bit build."><i class="material-icons left">file_download</i>Download 64-bit</a>
<br/><br/>
But otherwise, downloads for most distros are available on the Open Build Service, although it is not as up-to-date:
<br/><br/>
<a href="https://software.opensuse.org/download.html?project=home%3Aadriweb%3ACEmu&amp;package=cemu&amp;locale=en" id="download-button" class="btn-large waves-effect waves-light cemu-color-lighter"><i class="material-icons left">file_download</i>Download Linux (All Distros)</a>
</div>
</li>
</ul>
<p>Note that these are automated "bleeding-edge" versions - they are probably stable enough, but may break at any time! Recommended only if you want to try new features, and don't mind occasional bugs.</p>
<p>For now, this is the version that has TI-Basic "debugging", "USB transfers" (i.e. being able to transfers files such as OSes and apps), etc.</p>
<a href="https://github.com/CE-Programming/CEmu/releases/tag/nightly" id="download-button" class="btn-large waves-effect waves-light cemu-color-lighter"><i class="material-icons left">file_download</i>Download For All Platforms</a>
</div>
</div>
</div>
Expand Down

0 comments on commit fbb3f66

Please sign in to comment.