Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed May 16, 2023
1 parent 0e92999 commit b4ed137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ cc -shared -fPIC -o libmidi.so libmidi.c -lasound
cc -shared -fPIC -o libconsole.so libconsole.c
```

You should then move those binaries to the `lib` directory. On Windows systems, you might have to set the PATH accordingly:

```
set PATH=%PATH%;.\lib
```

There is also a startup script in the `src` directory which you can symlink to simplify the use of Mplay, e.g.

```
Expand Down

0 comments on commit b4ed137

Please sign in to comment.