Skip to content

Commit c60d813

Browse files
Adam Blakekblaschke
Adam Blake
authored andcommitted
updated README with some Linux instructions
1 parent 9d22a2b commit c60d813

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: README.md

+13
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ make
3232

3333
If all runs successfully, you should have an executable.
3434

35+
#### Linux
36+
[Note: 'make install' is broken at the moment. Just copy the binary 'projectMSDL' to your choice of run-path. E.g.]
37+
```shell
38+
cp src/projectMSDL ~/bin
39+
```
40+
Create a configuration file or projectMSDL will complain, a lot.
41+
```shell
42+
mkdir ~/.config/projectM
43+
cp src/projectMSDL.properties ~/.config/projectM
44+
```
45+
The default audio device (-1) may or may not be your actual default audio output. `projectMSDL -l` will list audio devices; hopefully, one of them looks familiar - like "Monitor of ... digital stereo" or "Monitor of USB Audio Device ..." (if you have one of those).
46+
47+
3548
### Run
3649

3750
You should have a directory of visual presets you wish to use. You can fetch a giant trove of curated presets [here](https://github.com/projectM-visualizer/presets-cream-of-the-crop).

0 commit comments

Comments
 (0)