diff options
author | Nicholas Wang <wck963@gmail.com> | 2018-07-08 17:10:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-08 17:10:40 +0800 |
commit | 1dd3affe306793d2129f121c11e43c45ae8690da (patch) | |
tree | 3d7a5eca03c5ee5f3e0503fd6708511fcc67a05c /README.md | |
parent | 7f388398bbcff916f5507770af727ef9ad59f33d (diff) |
add aur pkgbuild information for other folks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ make -j4 sudo make install ``` +### Arch Linux + +A PKGBUILD compiles shared library with header files is hosted on [Arch Linux User Repository](https://aur.archlinux.org/packages/libtgbot-cpp-git/). + ## Bot compilation ### With CMake |