mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 13:06:25 +00:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoreconf --install || exit 1
|
|
|
|
echo "Now run ./configure && make"
|