README: add build docs

This commit is contained in:
Jeff Garzik
2016-07-29 16:16:07 -04:00
parent 49aa79705f
commit 4e996af1b1

7
README
View File

@ -8,3 +8,10 @@ Example usage:
$ echo "SELECT a.name,b.address FROM people ORDER BY name;" | ./sql
Standard GNU autotools building instructions:
$ ./autogen.sh
$ ./configure
$ make && make check
$ sudo make install