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