From a8cd8044025301561f97883ce5a81556ae38fe2d Mon Sep 17 00:00:00 2001 From: Ronmi Ren Date: Thu, 12 Jun 2014 16:26:01 +0800 Subject: [PATCH] add instruction about packaging in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b8d90a0..dd7672d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -383,6 +390,7 @@ Binding For Other Languages * Python pyr3 by @lucemia * Python pyr3 by @thedrow * Haskell r3 by @MnO2 +* Vala r3-vala by @Ronmi