Changeset 8e1b163 in buchla-emu
- Timestamp:
- 07/23/2017 04:46:51 PM (7 years ago)
- Branches:
- master
- Children:
- 3c30832
- Parents:
- 4f3fe48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readme.txt
r4f3fe48 r8e1b163 32 32 https://www.freetype.org/ 33 33 34 Currently, we build the emulator codenatively on Linux and OS X. The34 Currently, we build the emulator natively on Linux and OS X. The 35 35 Windows version is cross-compiled on Linux using a x86_64-w64-mingw32 36 toolchain.36 cross-toolchain. 37 37 38 38 For Linux and OS X, our Makefile expects all of the above libraries to … … 91 91 * We use "--prefix=/opt/sdl2-win" instead of "--prefix=/opt/sdl2", 92 92 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. 94 95 95 96 * We additionally specify "--host=x86_64-w64-mingw32" to enable … … 100 101 make buchla WIN=1 101 102 102 from the top-level directory of this repository. 103 from the top-level directory of this repository. Defining the "WIN" 104 variable selects the cross-toolchain and "/opt/sdl2-win" as the 105 library directory. 103 106 104 107
Note:
See TracChangeset
for help on using the changeset viewer.