Skip to content

Commit

Permalink
Update README with autogen instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Angeli committed Sep 9, 2014
1 parent 20bdbcd commit 1b5fef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ this section is, or how autoconf is awful
(true story: all build systems are awful), you're always
entitled to try the version I use at home:

./autogen.sh
./configure CXX=clang++-3.4
make -j4
./run FraCaS
Expand Down Expand Up @@ -75,6 +76,7 @@ If all goes well, running the following should get you up and running:

# Configure server (fill in variables)
# Some of these can be omitted if they are in your path
./autogen.sh
./configure --with-protoc=/path/to/protoc/root/ \
--with-postgresql=/path/to/pg_config \
--with-scala=/path/to/scala/home/ \
Expand Down

0 comments on commit 1b5fef5

Please sign in to comment.