comparison README.txt @ 2527:e9a6b5fb473b rel-20200515

Minor fixes / updates to README.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2020 09:57:08 +0300
parents 5ec5918c6198
children c6ee41fd98dd
comparison
equal deleted inserted replaced
2526:4deb8da6c901 2527:e9a6b5fb473b
93 ----------------------------------------------------------------------------- 93 -----------------------------------------------------------------------------
94 94
95 95
96 How to build 96 How to build
97 ============ 97 ============
98 1) $ cp config.mak.in config.mak 98 1) Copy default configuration template to configuration
99
100 $ cp config.mak.in config.mak
99 101
100 2) Edit config.mak to enable/disable desired options. 102 2) Edit config.mak to enable/disable desired options.
101 Make sure you have the required depencies. 103 Make sure you have the required depencies.
102 104
103 3) $ gmake 105 3) Compile all the things
104 or, if cross-compiling to Win32 via MinGW 106
105 $ gmake -f Makefile.w32 107 $ make
108
109 or, if cross-compiling to Win32/64 via MinGW
110
111 $ make -f Makefile.cross-mingw MINGW=32
112
113 Use MINGW=64 if targeting 64bit.
106 114
107 4) If it works -> Happy fun times \:D\ 115 4) If it works -> Happy fun times \:D\
108 116
109 117
110 ----------------------------------------------------------------------------- 118 -----------------------------------------------------------------------------
176 placed vertically if input is char/sprite data), or in separate 184 placed vertically if input is char/sprite data), or in separate
177 files. 185 files.
178 186
179 (Note: PNG support is a compile-time option) 187 (Note: PNG support is a compile-time option)
180 188
189
181 64vw 190 64vw
182 ---- 191 ----
183 Compiled only if libSDL support is enabled. Can be used to 192 A very barebones SDL2-based C64 graphics formats viewer.
184 display various C64 image file formats. 193 Compiled only if libSDL support is enabled.
185 194
186 195
187 ----------------------------------------------------------------------------- 196 -----------------------------------------------------------------------------
188 197
189 198