mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-16 15:35:43 +00:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
echo "Running autoreconf... make sure you have GNU autotools available on your system"
|
|
|
|
autoreconf --install
|
|
|
|
echo "You followed directions! Great work!\nNow run ./configure"
|