summarylogtreecommitdiffstats
path: root/README.md
blob: 5b8e2a77c43164df5a13b6adf392671f050fad19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source for the
[statsd-cpp](https://github.com/euskadi31/statsd-cpp)
AUR package
[libstatsd-cpp](https://aur.archlinux.org/packages/libstatsd-cpp/).

Build and Test
--------------
If you'd like to try out changes to the package, these commands offer a start:

```
rm -rf pkg src *.xz && makepkg -f
namcap -m *.xz
sudo pacman -U *.xz
rm -f *.gz && mkaurball
burp -c lib *.src.tar.gz
```