mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2025-04-20 22:37:19 +00:00
Update download links for 2.1.
This commit is contained in:
parent
3181076f96
commit
d6159faaee
28
index.html
28
index.html
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Ophis by michaelcmartin</title>
|
||||
<title>The Ophis Assembler</title>
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
@ -23,9 +23,8 @@
|
||||
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis">GitHub Page</a></li>
|
||||
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis/blob/master/doc/ophismanual.pdf?raw=true">PDF Manual</a></li>
|
||||
<li class="fork"><a href="book/book1.html">HTML Manual</a></li>
|
||||
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-support.zip">Support files</a></li>
|
||||
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-standalone.zip">Other</a></li>
|
||||
<li class="downloads"><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-win32-installer.exe">Windows</a></li>
|
||||
<li class="downloads"><a href="https://dl.dropboxusercontent.com/u/63644917/Ophis/Ophis-2.1.tgz">Mac and Linux</a></li>
|
||||
<li class="downloads"><a href="https://dl.dropboxusercontent.com/u/63644917/Ophis/Ophis-2.1-win32-installer.exe">Windows</a></li>
|
||||
<li class="title">DOWNLOADS</li>
|
||||
</nav>
|
||||
</div><!-- end header -->
|
||||
@ -47,36 +46,23 @@
|
||||
|
||||
<h2>Downloads</h2>
|
||||
|
||||
<p>The best download will depend on your platform and on how you plan to use it.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-win32-installer.exe">The
|
||||
<li><a href="https://dl.dropboxusercontent.com/u/63644917/Ophis/Ophis-2.1-win32-installer.exe">The
|
||||
standalone Windows installer</a> will be what most people
|
||||
want. All you need is this file. It contains all the
|
||||
examples and documentation. You will probably want to add
|
||||
the install directory to your PATH to make it easier to
|
||||
invoke from the command-line.</li>
|
||||
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-standalone.zip">The
|
||||
<li><a href="https://dl.dropboxusercontent.com/u/63644917/Ophis/Ophis-2.1.tgz">The
|
||||
standalone script</a> is for systems that have Python
|
||||
installed and want to keep Ophis as a set of personal
|
||||
files. It requires Python 2.3 or later to be installed on
|
||||
the target machine. (Python 3 will <i>not</i> work - Python
|
||||
3 is effectively a separate language.) This will be the most
|
||||
convenient choice for most users on Mac and Linux.</li>
|
||||
<li><a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0.zip">The
|
||||
distutils installer</a> is for people with a python install
|
||||
on their system and who want to make Ophis appear as a
|
||||
normal system program. Download this file, unzip it, and run
|
||||
"python setup.py install" as root. This will load things
|
||||
into the appropriate places and give you a /usr/bin/ophis
|
||||
that invokes the assembler.</li>
|
||||
<li>If you want to install with the distutils, a script is
|
||||
part of the GitHub repository.</li>
|
||||
</ul>
|
||||
|
||||
<p>For all installs but the Windows one, you will almost
|
||||
certainly also want to download
|
||||
the <a href="https://github.com/downloads/michaelcmartin/Ophis/Ophis-2.0-support.zip">platform
|
||||
pack</a> which includes the manual, sample code, and useful
|
||||
header files for various platforms.</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user