Changeset 8e1b163 in buchla-emu


Ignore:
Timestamp:
07/23/2017 04:46:51 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
3c30832
Parents:
4f3fe48
Message:

Better wording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readme.txt

    r4f3fe48 r8e1b163  
    3232  https://www.freetype.org/
    3333
    34 Currently, we build the emulator code natively on Linux and OS X. The
     34Currently, we build the emulator natively on Linux and OS X. The
    3535Windows version is cross-compiled on Linux using a x86_64-w64-mingw32
    36 toolchain.
     36cross-toolchain.
    3737
    3838For Linux and OS X, our Makefile expects all of the above libraries to
     
    9191  * We use "--prefix=/opt/sdl2-win" instead of "--prefix=/opt/sdl2",
    9292    so that the Windows versions of the libraries go to a different
    93     directory.
     93    directory. That's where our Makefile expects to find them when
     94    cross-building.
    9495
    9596  * We additionally specify "--host=x86_64-w64-mingw32" to enable
     
    100101  make buchla WIN=1
    101102
    102 from the top-level directory of this repository.
     103from the top-level directory of this repository. Defining the "WIN"
     104variable selects the cross-toolchain and "/opt/sdl2-win" as the
     105library directory.
    103106
    104107
Note: See TracChangeset for help on using the changeset viewer.