mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-11-09 17:55:49 +00:00
63 lines
2.4 KiB
HTML
63 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>
|
|
Download
|
|
</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Schematic Editor and Simulator" />
|
|
<meta name="author" content="tomcl" />
|
|
|
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="content/img/icon.ico" />
|
|
<link rel="stylesheet" href="content/style.css" />
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
<h><a name="Home" href="index.html"></a></h>
|
|
<div class="topnav">
|
|
<a href="index.html" style="font-size: 30px; font-weight:bolder">ISSIE</a>
|
|
<a href="UserGuide.html">User Guide</a>
|
|
<a href="DeveloperInfo.html">Developer Info</a>
|
|
<a href="https://github.com/tomcl/issie/wiki/Issie-Blog"> Issie Blog</a>
|
|
<a href="Contact.html">Contact</a>
|
|
<div class="topnav-right">
|
|
<a href="Download.html">Download</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="GeneralText">
|
|
<div class="section"><h1><a name="Downloadlinks" href="#DownloadLinks">Download Links</a></h1></div>
|
|
<p>
|
|
Latest stable release: <a href="https://github.com/tomcl/issie/releases/latest">Click here</a> for the latest GitHub release page, where the latest .zip and .tar file can be found.
|
|
<br><br>
|
|
Possibly unstable: <a href="https://github.com/tomcl/issie/zipball/master">Download latest master .zip</a>
|
|
</p><br>
|
|
|
|
<div class="section"><h1><a name="SystemRequirements" href="#SystemRequirements">System Requirements</a></h1></div>
|
|
<p>
|
|
Currently no known incompatibilities. Linux users can run the windows .zip file under WINE.
|
|
See <a href="https://github.com/tomcl/issie/blob/master/README.md#getting-started">Getting Started</a> for information about how to run the binaries.
|
|
</p><br>
|
|
|
|
<div class="section"><h1><a name="ReleaseNotes" href="#ReleaseNotes">Release Notes</a></h1></div>
|
|
<p>
|
|
All releases: <a href="https://github.com/tomcl/issie/releases">Click here</a>
|
|
<br>
|
|
<br>
|
|
Latest release notes: <a href="https://github.com/tomcl/issie/releases/latest">Click here</a>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|