aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..6e316baa9ae8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```