Merge pull request #56 from Ronmi/debian
Update package dependency and add instruction in readme
This commit is contained in:
commit
db55c63b9d
2 changed files with 10 additions and 1 deletions
|
@ -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 <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>
|
||||
|
||||
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue