- fix compilation with format security checks.

This commit is contained in:
2022-04-23 12:35:30 +02:00
parent 1e117672bb
commit c8ecfea6a0
3 changed files with 5 additions and 5 deletions

2
README
View File

@@ -17,7 +17,7 @@ Otherwise, you need JACK with MIDI support, gtk+ 2.6 or higher,
make(1), gcc and all the standard headers. Untar the file, type
'make install' and that's it.
If Makefile is not present, you can generate it with:
aclocal && autoheader && automake --add-missing && autoconf
aclocal && autoheader && automake --add-missing && autoconf && ./configure
How to use it?
--------------