From bbd424eb7c844772debac48839c9c4c9b9417490 Mon Sep 17 00:00:00 2001 From: Tyler Etters Date: Fri, 22 Apr 2022 16:46:29 -0700 Subject: [PATCH 1/2] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f37906e08..81794f548 100644 --- a/readme.md +++ b/readme.md @@ -11,8 +11,8 @@ norns is many sound instruments. it connects to grids, MIDI, and other objects. git clone https://github.com/monome/norns.git cd norns git submodule update --init --recursive -./waf configure -./waf +./waf configure --release +./waf build --release ``` ## documentation From 11b49f6bdf45a58026f8daef9f99b3c12ff98894 Mon Sep 17 00:00:00 2001 From: emb Date: Sun, 24 Apr 2022 09:29:45 -0700 Subject: [PATCH 2/2] add note to readme regarding release flag --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 81794f548..61e494506 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ git submodule update --init --recursive ./waf build --release ``` +(NB: the `--release` flag creates builds specifically for armv8/cortex-a53 instruction set, meaning optimized for rpi3 and compatible with rpi4. It also enables aggressive compiler optimizations. Omit flag if you need debug symbols or to build for a different architecture. It does need to supplied to both configuration and build steps.) + ## documentation - [user docs](https://monome.org/docs/norns) - [API docs](https://monome.org/docs/norns/api)