From 6f6613419f1511c5637c9f69b3caa5ae838270b9 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 7 Jun 2023 03:28:40 -0500 Subject: Moving over from a VM interpreter to natively compiled w/ LLVM --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7793f3..1f154d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Sloth is an interpreted high level language written in Rust. ## Build -To build sloth is easy, just run `cargo build` and you will have your own version of sloth! +In order to build sloth you will need a valid install of LLVM 15.0.1, you can download LLVM from your package manager or you can download and build LLVM from source from their [downloads page](https://releases.llvm.org/). + +After acquiring LLVM just run `cargo build` and you will have your own version of the sloth compiler! ## Disclaimer Sloth is in very early development is NOT meant to be used for actual projects yet. Feel free to contribute to the project via Pull Request and open issues if you can. Thank you for using sloth! -- cgit v1.2.3