all repos — min @ d6a6817c7ae538605dc9d27b1095586a451bc240

A small but practical concatenative programming language.

Added download page.
h3rald h3rald@h3rald.com
Sun, 05 Mar 2017 19:55:33 +0100
commit

d6a6817c7ae538605dc9d27b1095586a451bc240

parent

ca1138ad77c32cfe86cd0d137b0682b81c65f41e

2 files changed, 23 insertions(+), 2 deletions(-)

jump to
M site/contents/download.mdsite/contents/download.md

@@ -2,4 +2,25 @@ -----

content-type: page title: Download ----- -Coming soon... +You can download one of the following pre-built min binaries: + +* {#release||0.4.0||osx||macOS||x64#} +* {#release||0.4.0||windows||Windows||x64#} +* {#release||0.4.0||linux||Linux||x64#} +* {#release||0.4.0||linux||Linux||x86#} +* {#release||0.4.0||linux||Linux||arm#} + + +{#release -> [min v$1 for $3 ($4)](https://github.com/h3rald/min/releases/download/v$1/min\_v$1\_$2\_$4.zip) #} + +## Building from Source + +Alternatively, you can build min from source as follows: + +1. Download and install [nim](https://nim-lang.org). +2. Download and build [Nifty](https://github.com/h3rald/nifty), and put the nifty executable somewhere in your $PATH. +3. Clone the min [repository](https://github.com/h3rald/hastyscribe). +4. Navigate to the min repository local folder. +5. Run **nifty install** to download min’s dependencies. +7. Run **nim c -d:release min.nim**. +
M site/contents/home.mdsite/contents/home.md

@@ -9,7 +9,7 @@ with a minimalist syntax, a small but practical standard library, and an advanced

REPL. All packed in less than 1MB. </section> <section class="centered pure-u-1 pure-u-md-1-3"> - <a class="pure-button pure-button-primary" href="/download/"><i class="ti-download"></i> download min</a> + <a class="pure-button pure-button-primary" href="/download/"><i class="ti-download"></i> download min v0.4.0</a> <br> <small><a href="/learn/">Learn more...</a></small> </section>