Skip to content

Commit

Permalink
Merge a8cd804 into 594d536
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronmi committed Jun 12, 2014
2 parents 594d536 + a8cd804 commit ad26ea8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ Install
./configure && make
sudo make install

And we support debian-based distro now!

sudo apt-get install build-essential autoconf automake libpcre3-dev pkg-config debhelper libtool check
dpkg-buildpackage -b -us -uc
sudo gdebi ../libr3*.deb


#### Run Unit Tests

./configure --enable-check
Expand All @@ -383,6 +390,7 @@ Binding For Other Languages
* Python pyr3 by @lucemia <https://github.com/lucemia/pyr3>
* Python pyr3 by @thedrow <https://github.com/thedrow/pyr3>
* Haskell r3 by @MnO2 <https://github.com/MnO2/r3>
* Vala r3-vala by @Ronmi <https://github.com/Ronmi/r3-vala>



Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Source: libr3
Priority: optional
Maintainer: Ronmi Ren <ronmi.ren@gmail.com>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, check
Build-Depends: debhelper (>= 8.0.0), automake, autotools-dev, autoconf,
libtool, libpcre3-dev, pkg-config, check
Standards-Version: 3.9.4
Section: libs
Homepage: https://github.com/c9s/r3
Expand Down

0 comments on commit ad26ea8

Please sign in to comment.