Skip to content

Commit

Permalink
Merge pull request #349 from sfinktah/master
Browse files Browse the repository at this point in the history
added apt-get for some reqs in ubuntu
  • Loading branch information
esabol authored Nov 3, 2023
2 parents 5a2407a + 66a49bc commit d780729
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Then run the usual autoconfigure style build (you may need to use ```sudo``` to
make
make install

There are various dependencies that may be satisfied on Ubuntu by installing these packages:

sudo apt install automake autoconf libtool make curl gcc g++ git gperf \
libssl-dev libboost-all-dev libevent-dev libhiredis-dev libpq-dev \
libtokyocabinet-dev python3-sphinx uuid-dev

You can also run ```make test``` before installing to make sure everything
checks out ok. You can also streamline the process of building and testing by running:

Expand Down

0 comments on commit d780729

Please sign in to comment.