From febca75f05f12ac3ed5ed732dfa08adba8ae381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sved=C3=A4ng?= Date: Wed, 13 Jan 2016 14:12:42 +0100 Subject: [PATCH] instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f1824580..a4be9b51 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ The key features of Carp are the following: * No hidden performance penalties – allocation and copying is explicit * Very good integration with exisiting C code +## Installation +Run ```make``` in the root of the project to build. Add the bin directory to your path to enable calling the ```carp``` command: + +```export PATH=$PATH:/Users/erik/Carp/bin/ + ## The Language Carp borrows its looks from Clojure but the runtime semantics are much closer to those of ML or Rust. Here's a sample program: