From 990e7d128847ca584e7f7ed94d7dcbdb7f02a314 Mon Sep 17 00:00:00 2001 From: Andreas Seltenreich Date: Mon, 30 May 2016 19:05:31 +0200 Subject: [PATCH] README: Comment build recipe. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4df4222..d13880b 100644 --- a/README.org +++ b/README.org @@ -30,7 +30,7 @@ maintained by its users in a wiki: : apt-get install build-essential autoconf autoconf-archive libpqxx-dev libboost-regex-dev : cd sqlsmith -: autoreconf -i +: autoreconf -i # Not needed when building from a release tarball : ./configure : make @@ -40,7 +40,7 @@ In order to build on Mac OSX, assuming you use Homebrew, run the following : brew install libpqxx automake libtool autoconf autoconf-archive : cd sqlsmith -: autoreconf -i +: autoreconf -i # Not needed when building from a release tarball : ./configure : make