Changeset 9ddbf3e in buchla-emu for readme.txt


Ignore:
Timestamp:
02/24/2018 06:51:40 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2cd18e3
Parents:
77d8df8
Message:

Code review changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    r77d8df8 r9ddbf3e  
    9393  make
    9494  make install
    95  
    96   # Build and install rtmidi
    97  
     95
     96  # Build and install RtMidi
     97
    9898  tar zxvf rtmidi-3.0.0.tar.gz
    9999  cd rtmidi-3.0.0
    100100  mkdir build
    101101  cd build
    102  
     102
    103103  ../configure --prefix=/opt/rtmidi
    104  
     104
    105105  make
    106106  make install
     
    116116
    117117  * We use "--prefix=/opt/sdl2-win" instead of "--prefix=/opt/sdl2",
    118     so that the Windows versions of the libraries go to a different
    119     directory. That's where our Makefile expects to find them when
    120     cross-building.
     118    so that the Windows versions of the SDL2 libraries go to a
     119    different directory. That's where our Makefile expects to find
     120    them when cross-building.
     121
     122    Analogously, we use "--prefix=/opt/rtmidi-win" when building
     123    RtMidi.
    121124
    122125  * We additionally specify "--host=x86_64-w64-mingw32" to enable
Note: See TracChangeset for help on using the changeset viewer.