From 7845510ac5f6656b519f3e0ae211853bceacc70d Mon Sep 17 00:00:00 2001 From: Hillel Wayne Date: Tue, 11 Dec 2018 12:11:52 -0600 Subject: [PATCH] Update make.txt to take care of small bugs 1. It's `$jmake/build_all.sh`, not `$jmake/buld_all.sh` 1. I had some issues getting this up because clang uses the `-ledit` flag, which requires you to add an additional package on Linux. --- make/make.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make/make.txt b/make/make.txt index 9857cc5ac..a81db0766 100644 --- a/make/make.txt +++ b/make/make.txt @@ -8,6 +8,8 @@ linux implies intel darwin implies intel raspberry implies linux/arm +NOTE: This uses clang/llvm. If on Debian you'll also need libedit-dev (libedit-devel on Fedora) + ************************************************************************** # commands are assumed to run in ~ and depend on jvars.sh @@ -22,7 +24,7 @@ cat jvars.sh # create clean build folders and build all binaries . jvars.sh -$jmake/buld_all.sh +$jmake/build_all.sh # create clean build folders . jvars.sh