Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djshaji authored Nov 23, 2024
1 parent 98336aa commit 1ba2be0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,33 @@
* Custom Amp Rack Pedal Board

## Install
Download the latest release and extract somewhere, then run `./amprack`
### Windows
Install using the setup installer.

### Linux
- Install using .deb or .rpm package
- Download the zip file and extract somewhere, then run `./amprack`

## Building from source
Both linux and win32 binaries are built on linux. mingw64 is used for win32 target.
In Makefile, set TARGET to either linux or win32.
Simply run `make`

## Dependencies
```
gtkmm-4.0
gtk-4.0
jack-devel
libsamplerate
libsndfile
openssl-dev
opusenc-dev
dlfcn (for mingw64)
fftw3 (needed by some plugins)
fftw3f (needed by some plugins)
zita-resampler (needed by some plugins)
zita-convolver (needed by some plugins)
```
> For now, some files are symlinked from the [Amp Rack](https://github.com/djshaji/amp-rack/) source

![Screenshot_2024-08-05_15-44-15](https://github.com/user-attachments/assets/39b7e54a-e0c5-46f7-b843-52a44f1f63c3)
![Screenshot from 2024-08-05 15-44-35](https://github.com/user-attachments/assets/4cc98b17-c577-4ec5-a45f-5d2cbdd81b00)
Expand Down

0 comments on commit 1ba2be0

Please sign in to comment.