Skip to content

Commit

Permalink
Merge pull request #38 from razerbeans/documentation_updates
Browse files Browse the repository at this point in the history
Updated README with ubuntu build dependencies
  • Loading branch information
GuitarML committed Jan 18, 2024
2 parents 9008b98 + 2cd8e25 commit 8cf9108
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 8cf9108

Please sign in to comment.