Skip to content

Commit

Permalink
README: Comment build recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
anse1 committed May 30, 2016
1 parent 6aa58fe commit 990e7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 990e7d1

Please sign in to comment.