summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2023-07-15 20:18:26 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2023-07-15 20:18:26 +1200
commit543cd19ab514ec632d965acd5177c5bf6695520f (patch)
treee15caec44e57a91c608f48c4f9a2bb38d4e76727 /readme.txt
Initial commit
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..167f86a
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,50 @@
+
+
+PortAudio Binding for the Ada Programming Language
+==================================================
+
+
+Overview
+--------
+
+This is a thick binding, so effort has been made to get rid of all C-isms and
+C-specific types wherever possible.
+
+
+Dependencies
+------------
+
+GNAT (build)
+gprbuild (build)
+PortAudio (run)
+
+
+Build Instructions
+------------------
+
+Ensure that all dependencies are installed, including any developer or header
+packages for PortAudio. Then the following commands will build and install the
+binding:
+
+ gprbuild portadao.gpr
+ gprinstall -p -m portadao.gpr
+
+The other gpr file, example.gpr, can be used to build the few short example and
+test programs provided.
+
+
+Further Information
+-------------------
+
+API of PortAudio:
+http://files.portaudio.com/docs/v19-doxydocs/portaudio_8h.html
+
+
+Credits and Legal
+-----------------
+
+This binding and the Ada test/example programs were written by Jedidiah Barber.
+
+All code is released into the public domain.
+
+