From 7575fd28cbb510c7cca713e88161a00331f8b323 Mon Sep 17 00:00:00 2001 From: Oran RH Date: Sat, 2 Jul 2022 13:26:29 -0400 Subject: [PATCH] Add linux instructions to readme --- README.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.txt b/README.txt index 4fab864..659c2b3 100644 --- a/README.txt +++ b/README.txt @@ -82,6 +82,10 @@ that can convert the bytestream generated by MIDITONES into a piano-player like listing for debugging or annotation. See the documentation near the top of its source code. + + Additional binaries have been compiled and tested on arch linux, with the files + having an additional _linux appended to their name; please contact @Oman395 on + github if your distrobution has issues running them. *** THE COMMAND LINE @@ -89,6 +93,10 @@ To convert a MIDI file called "chopin.mid" into a command bytestream, execute miditones chopin + + Or on linux, execute + + ./miditones_linux chopin It will create a file in the same directory called "chopin.c" which contains the C-language statement to intiialize an array called "score" with the bytestream. @@ -97,6 +105,10 @@ The general form for command line execution is this: miditones + + Or on linux: + + ./miditones_linux The is the base name, without an extension, for the input and output files. It can contain directory path information, or not.