Skip to content

Commit

Permalink
Merge pull request #1568 from tyleretters/update-readme
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
catfact authored Apr 24, 2022
2 parents 41e0817 + 11b49f6 commit 2603a1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ 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
```

(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)
Expand Down

0 comments on commit 2603a1a

Please sign in to comment.