From adaf25f7dda9a59600b1c19681c582c5ae3e4786 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 20:51:03 +0100 Subject: Document build process --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fa218f2..8bfb578 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # nolambda nolambda is a collection of native [uwu](https://github.com/EliasFleckenstein03/uwulang) modules that break the lambda paradigm, such as linear execution, I/O, globals etc. +## Building + +Make sure the submodules are checked out: + +```sh +git submodule update --init +``` + +Build: + +```sh +make uwu_include_path=/path/to/uwulang/repo +``` + ## Modules ### `nolambda:flow` -- cgit v1.2.3