From bfdc0b45827943d7bba62328c9b4f4f9fdcdb5a7 Mon Sep 17 00:00:00 2001 From: Martijn Bastiaan Date: Thu, 23 Apr 2020 16:03:28 +0200 Subject: [PATCH] Update install instructions for Windows (cherry picked from commit 4f685db373b88b5bc4f179b769fc9fd04a22a553) --- docs/getting-started/installing.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installing.rst b/docs/getting-started/installing.rst index abaaa13178..9d91bdc477 100644 --- a/docs/getting-started/installing.rst +++ b/docs/getting-started/installing.rst @@ -43,9 +43,7 @@ available versions of the compiler. Installing via Source (Windows) ------------------------------- -1. Install `GHC - Platform `__. Make - sure to install Stack along with it. +1. Install `Stack `__ 2. Download the source code of `Clash 1.2 `__ 3. Unpack the archive @@ -54,7 +52,18 @@ Installing via Source (Windows) See the `releases page `__ for all -available versions of the compiler. +available versions of the compiler. To run clashi, execute: + +.. code:: bash + + stack run clashi + +To compile a file (to VHDL) with Clash, run: + + +.. code:: bash + + stack run clash -- path/to/your/file.hs --vhdl Installing via Source (HEAD) ----------------------------