add instruction about packaging in README

This commit is contained in:
Ronmi Ren 2014-06-12 16:26:01 +08:00
parent f21d070803
commit a8cd804402

View file

@ -362,6 +362,13 @@ Install
./configure && make ./configure && make
sudo make install 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 #### Run Unit Tests
./configure --enable-check ./configure --enable-check
@ -383,6 +390,7 @@ Binding For Other Languages
* Python pyr3 by @lucemia <https://github.com/lucemia/pyr3> * Python pyr3 by @lucemia <https://github.com/lucemia/pyr3>
* Python pyr3 by @thedrow <https://github.com/thedrow/pyr3> * Python pyr3 by @thedrow <https://github.com/thedrow/pyr3>
* Haskell r3 by @MnO2 <https://github.com/MnO2/r3> * Haskell r3 by @MnO2 <https://github.com/MnO2/r3>
* Vala r3-vala by @Ronmi <https://github.com/Ronmi/r3-vala>