Add running instructions to README

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-21 15:32:00 -05:00
parent 9d45d5b6a0
commit 8ce6e20fe8
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,17 @@ Below is a list of values and what they do
* `smoothing`: Not implemented
* `smoothing-factor`: Not implemented
# Running
Either install libyammer.so and yammer.h to their respective systemwide locations, or do the following:
```bash
export LD_LIBRARY_PATH=.
```
Then, run yammer.
```bash
guile -L . yammer.scm
```
# Wishlist
* Native PulseAudio and PipeWire sources
* Smoothing

View File

@ -18,6 +18,7 @@
;;;
(define-module (yammer)
#:declarative? #f
#:use-module (sdl2)
#:use-module (sdl2 blend-mode)
#:use-module (sdl2 events)