Add linux instructions to readme

pull/25/head
Oran RH 2 years ago committed by GitHub
parent e5b1d7dbd7
commit 7575fd28cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      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 <options> <basefilename>
Or on linux:
./miditones_linux <options> <basefilename>
The <basefilename> is the base name, without an extension, for the input and
output files. It can contain directory path information, or not.

Loading…
Cancel
Save