Skip to content

Commit 990e7d1

Browse files
committed
README: Comment build recipe.
1 parent 6aa58fe commit 990e7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ maintained by its users in a wiki:
3030

3131
: apt-get install build-essential autoconf autoconf-archive libpqxx-dev libboost-regex-dev
3232
: cd sqlsmith
33-
: autoreconf -i
33+
: autoreconf -i # Not needed when building from a release tarball
3434
: ./configure
3535
: make
3636

@@ -40,7 +40,7 @@ In order to build on Mac OSX, assuming you use Homebrew, run the following
4040

4141
: brew install libpqxx automake libtool autoconf autoconf-archive
4242
: cd sqlsmith
43-
: autoreconf -i
43+
: autoreconf -i # Not needed when building from a release tarball
4444
: ./configure
4545
: make
4646

0 commit comments

Comments
 (0)