aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2015-06-10 14:33:45 +1000
committerBen Alex2015-06-10 14:33:45 +1000
commit4ecf85e99473fe777a0994404d0a475be1fa4b98 (patch)
treefc83c2727389211dce89c1517256cb217654e8a5
parent130fa72174ae49ed189b3baa0c002233f6aad16d (diff)
downloadaur-libtwsapi.tar.gz
Move from GitHub.
-rw-r--r--.gitignore6
-rw-r--r--README.md16
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bffc0aff7964
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.xz
+*.gz
+pkg
+src
+*.tgz
+*.jar
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
+```