7 code results in monome/norns or view all results on GitHub
| 1 | # norns setup |
| 2 | |
| 3 | ## build prerequisites |
| 4 | |
| 5 | ### packages |
| 6 | ``` |
| 7 | sudo apt-get install libevdev-dev liblo-dev libudev-dev libcairo2-dev liblua5.3-dev libavahi-compat-libdnssd-dev libasound2-dev libncurses5-dev libncursesw5-dev libsndfile1-dev |
| … | |
| 19 | or use the debian repository as follows: |
| 20 | |
| 21 | ``` |
| 22 | curl https://keybase.io/artfwo/pgp_keys.asc | sudo apt-key add - |
| 23 | echo "deb https://package.monome.org/ stretch main" | sudo tee /etc/apt/sources.list.d/norns.list |
Markdown
Showing the top two matches
Last indexed | 181 | os.execute("sleep 0.5; sudo shutdown now") |
| 182 | end |
| 183 | |
| 184 | -- platform detection |
| 185 | -- 0 = UNKNOWN |
| 186 | -- 1 = OTHER |
| 187 | -- 2 = CM3 (norns) |
| … | |
| 219 | _norns.reset = function() |
| 220 | os.execute("sudo systemctl restart norns-sclang.service") |
| 221 | os.execute("sudo systemctl restart norns-crone.service") |
Lua
Showing the top three matches
Last indexed | 41 | print("shutting down audio...") |
| 42 | os.execute("sudo systemctl stop norns-jack.service") -- disable audio |
| 43 | print("clearing old updates...") |
| 44 | os.execute("sudo rm -rf /home/we/update/*") -- clear old updates |
| 45 | m.message = "downloading..." |
Lua
Showing the top two matches
Last indexed | 44 | on linux manually install the following dependencies: |
| 45 | ``` |
| 46 | sudo apt-get install cmake libncursesw5-dev libreadline-dev libnanomsg-dev |
| 47 | ``` |
| 48 | |
| 49 | on macOS ensure the XCode developer commandline tools are installed then manually install the following (via Homebrew): |
Markdown
Showing the top match
Last indexed