Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTompkins committed Sep 20, 2013
1 parent ca8a002 commit 68d01b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pkg-deb: dist
# Create an RPM package
RPM_DIR=rpm
rpm: dist
mkdir -p $(RPM_DIR)/RPMS/i686
mkdir -p $(RPM_DIR)/RPMS
mkdir -p $(RPM_DIR)/SRPMS
mkdir -p $(RPM_DIR)/BUILD
mkdir -p $(RPM_DIR)/SOURCES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Autoconf (g++)
* ./autogen.sh
* ./configure
* make (builds shared library)
* make check (runs protocol unit tests)
* make check (runs protocol unit tests, expects a kafka broker at host:port and with topics as specified in TestConfig.cc)
* make rpm (packages an RPM, tested on CentOs 6.x, genearted into ./rpm/RPMS/$(arch))
* make distcheck (produces release packages, tar.gz and tar.bz2)
* make maintainer-clean (clean all autoconf generated files)
Expand Down

0 comments on commit 68d01b1

Please sign in to comment.