aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 6e316baa9ae852f34293ec4076f4ad2cb2c5e40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source for the
[Portable C++ API for Interactive Brokers TWS](https://github.com/rudimeier/twsapi)
AUR package
[libtwsapi](https://aur.archlinux.org/packages/libtwsapi/).

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
sudo pacman -U *.xz
pkg-config --cflags --libs twsapi
rm -f *.gz && mkaurball
burp -c lib *.src.tar.gz
```