NeuralPi

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

commit 8cf91089f2e58f30ebfd15a094307e8e736e5077
parent 9008b984d5adfc2b67a0184d7ab8b8b0203f9028
Author: Keith Bloemer <[email protected]>
Date:   Thu, 18 Jan 2024 09:54:55 -0600

Merge pull request #38 from razerbeans/documentation_updates

Updated README with ubuntu build dependencies
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