From 3a7304e9a17d93a3523d70ee0b8ea26339522129 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 29 Apr 2018 17:25:31 +1000 Subject: [PATCH] Add build instructions for examples. --- examples/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..85bd1193 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,9 @@ +To compile these examples, cd into the "build" directory and run the applicable build script. Executables +will be placed in the "bin" directory. + + cd build + ./mal_build_examples_linux + +Then you can run executables like this: + + ../bin/simple_playback my_sound.wav \ No newline at end of file