NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit 2cd8e25e62d819f6165dafb6dc7a1e1c9fb6ada5
parent 9008b984d5adfc2b67a0184d7ab8b8b0203f9028
Author: rbrewer <rbrewer@dev.razerbeans.com>
Date:   Wed, 17 Jan 2024 14:13:06 -0800

Updated README with ubuntu build dependencies

- Added .gitignore to ignore build artifacts

Diffstat:
A.gitignore | 4++++
MREADME.md | 9+++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,3 @@ +build/ +NeuralPi/ +*.deb +\ No newline at end of file diff --git a/README.md b/README.md @@ -110,6 +110,15 @@ To build the plugin for use on the Raspberry Pi with Elk Audio OS, see the offic ### Build with Cmake +#### Dependencies +##### Ubuntu 22.04 +The following packages will need to be installed on Ubuntu in order for build to succeed: +```bash +apt install cmake libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxft2-dev +``` + +#### Build + ```bash # Clone the repository $ git clone https://github.com/GuitarML/NeuralPi.git