mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-16 23:05:42 +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"
|