Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Include link to build instructions in the download page #47

Merged
merged 1 commit into from
Feb 26, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/download/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ and no IDE.
64 bit Linux requires that the Boehm GC is installed
(For example, ``apt-get install libgc`` on Ubuntu).

Installation from source
------------------------

You can read more about installing Open Dylan from the source files
in the `README <https://github.com/dylan-lang/opendylan/blob/master/README.rst>`_.
This file contains the instructions on how to obtain the source code, the required
dependencies and how to build it.

.. _Windows (32 bit): http://opendylan.org/downloads/opendylan/2012.1/opendylan-2012.1-win32.exe
.. _Mac OS X Lion+ (Intel): http://opendylan.org/downloads/opendylan/2012.1/opendylan-2012.1-x86-darwin.tar.bz2
.. _Linux (x86): http://opendylan.org/downloads/opendylan/2012.1/opendylan-2012.1-x86-linux.tar.bz2
Expand Down