leocad/download.html

50 lines
2.6 KiB
HTML
Raw Normal View History

2016-11-05 19:28:54 -07:00
<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>LeoCAD Downloads</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<!-- navbar start -->
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="index.html"><img class="nav-logo" src="leocad-32.png" width="32" height="32"> LeoCAD </a>
<ul class="nav-site nav-site-internal">
<li><a href="download.html" class="active">Download</a></li>
<li><a href="docs/start.html">Documentation</a></li>
<!-- <li><a href="help.html">Help</a></li> -->
</ul>
<ul class="nav-site nav-site-external">
<li><a href="https://github.com/leozide/leocad">GitHub</a></li>
</ul>
</div>
</div>
<!-- navbar end -->
<section class="content wrap">
<div class="light home-section">
<h1>Downloads</h1>
<div class="subHeader"></div>
<p>LeoCAD is very easy to install and it's available for all major Operating Systems. In the sections below you'll find detailed download and installation instructions for each OS.</p>
<h2>Windows</h2>
<p>Click the button below to download the latest version of the LeoCAD installer. Once the download is complete run the installer and follow the installation instructions.</p>
2017-07-03 12:07:56 -07:00
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases/download/v17.07/LeoCAD-Windows-17.07-9781.exe" class="button">Download LeoCAD for Windows</a></div>
2016-11-05 19:28:54 -07:00
<h2>Linux</h2>
<p>LeoCAD is available directly from several distributions, so you may want to search for it in your package manager first. If you can't find it, you'll have to download the source code and compile your own binary.</p>
2017-06-21 16:19:24 -07:00
<p>If you don't have the LDraw Parts Library installed you'll need to download it and extract the zip file to /usr/share/leocad.</p>
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases" class="button">Latest LeoCAD Release</a></div>
<h2>macOS</h2>
2016-11-05 19:28:54 -07:00
<p>Click the button below to download the latest version of the LeoCAD dmg package. Once the download is complete open the package and drag its contents to your Applications folder.</p>
<div class="buttons-unit downloads"><a href="https://github.com/leozide/leocad/releases/download/v17.07/LeoCAD-MacOSX-17.07-9781.dmg" class="button">Download LeoCAD for macOS</a></div>
2016-11-05 19:28:54 -07:00
</div>
</section>
<!-- footer start -->
<footer class="wrap"><div class="right"> &copy; LeoCAD.org </div></footer>
<!-- footer end -->
</div>
</body>
</html>