aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Cimalando <jp-dev@inbox.ru>2018-10-29 15:23:38 +0100
committerGitHub <noreply@github.com>2018-10-29 15:23:38 +0100
commit65adffb60eab7481cfd356a775c337a57fa1deb5 (patch)
tree2c5cb5c6033c0b943cb93e7185518b142ba5713f
parent5b67d0967519e6469e5faf92a143a7471c6584a9 (diff)
downloadlibADLMIDI-65adffb60eab7481cfd356a775c337a57fa1deb5.tar.gz
libADLMIDI-65adffb60eab7481cfd356a775c337a57fa1deb5.tar.bz2
libADLMIDI-65adffb60eab7481cfd356a775c337a57fa1deb5.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4a694c..f34e0b5 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ The library is licensed under in it's parts LGPL 2.1+, GPL v2+, GPL v3+, and MIT
## Available CMake options
### Library options
-* **CMAKE_PREFIX_PATH** - destinition folder where libADLMIDI will be installed. On Linux it is /usr/local/ by default.
+* **CMAKE_PREFIX_PATH** - destination folder where libADLMIDI will be installed. On Linux it is /usr/local/ by default.
* **CMAKE_BUILD_TYPE** - Build types: **Debug** or **Release**
* **libADLMIDI_STATIC** - (ON/OFF, default ON) Build static library
@@ -136,7 +136,7 @@ You need to make in the any IDE a library project and put into it next files
* adlmidi_private.cpp - some internal functions sources
#### MIDI Sequencer
-To remove MIDI Sequecer, define `ADLMIDI_DISABLE_MIDI_SEQUENCER` macro and remove all those files
+To remove MIDI Sequencer, define `ADLMIDI_DISABLE_MIDI_SEQUENCER` macro and remove all those files
* adlmidi_sequencer.cpp - MIDI Sequencer related source
* cvt_mus2mid.hpp - MUS2MID converter source (define `BWMIDI_DISABLE_MUS_SUPPORT` macro to remove MUS support)
* cvt_xmi2mid.hpp - XMI2MID converter source (define `BWMIDI_DISABLE_XMI_SUPPORT` macro to remove XMI support)