From 2cd8e25e62d819f6165dafb6dc7a1e1c9fb6ada5 Mon Sep 17 00:00:00 2001 From: rbrewer Date: Wed, 17 Jan 2024 14:13:33 -0800 Subject: [PATCH] Updated README with ubuntu build dependencies - Added .gitignore to ignore build artifacts --- .gitignore | 3 +++ README.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..837a0a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +NeuralPi/ +*.deb \ No newline at end of file diff --git a/README.md b/README.md index 624716a..a7cb5e5 100644 --- 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