You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,19 @@ make
32
32
33
33
If all runs successfully, you should have an executable.
34
34
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
+
35
48
### Run
36
49
37
50
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