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