mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-11 10:07:21 +00:00
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
# clean up
|
|
make distclean
|
|
# build src/config.h from configure.ac
|
|
autoheader
|
|
# build configure
|
|
autoconf configure.ac > configure
|
|
./configure 'CXX=g++-4.7'
|