Skip to content

Commit

Permalink
Updated README with ubuntu build dependencies
Browse files Browse the repository at this point in the history
- Added .gitignore to ignore build artifacts
  • Loading branch information
rbrewer committed Jan 17, 2024
1 parent 9008b98 commit 2cd8e25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/
NeuralPi/
*.deb
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cd8e25

Please sign in to comment.