comparison README.txt @ 2569:b4d536379687

Update README slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Mar 2022 00:13:48 +0200
parents c58cd7797aff
children 0fc48cc02a83
comparison
equal deleted inserted replaced
2568:8ab923fe23ef 2569:b4d536379687
54 Requirements 54 Requirements
55 ============ 55 ============
56 The compilation and usage of these utilities requires following 56 The compilation and usage of these utilities requires following
57 software packages or functional equivalents installed: 57 software packages or functional equivalents installed:
58 58
59 - GCC 4.6 or later 59 - GCC 4.6 or later or clang
60 - GNU binutils 60 - GNU binutils
61 - GNU Make 61 - GNU Make
62 - pkg-config 62 - pkg-config
63 63
64 You will also want these libraries: 64 You will also want these libraries:
68 - libPNG 1.2 and development headers (more optional, 68 - libPNG 1.2 and development headers (more optional,
69 only required for PNG write and read support by some 69 only required for PNG write and read support by some
70 utilities.) 70 utilities.)
71 - SDL2_ttf for libSDL2 (optional, required for some things) 71 - SDL2_ttf for libSDL2 (optional, required for some things)
72 - Tremor (integer-based Ogg Vorbis decoder) + libogg 72 - Tremor (integer-based Ogg Vorbis decoder) + libogg
73
74 And the demo editor framework requires (but it is not yet
75 usable anyway, so you may as well skip these):
76
77 - Qt 5.x framework libraries
78 73
79 74
80 For Linux -> Win32/64 cross-compilation I have used the standard 75 For Linux -> Win32/64 cross-compilation I have used the standard
81 MinGW packages from Debian Testing (wheezy): 76 MinGW packages from Debian Testing (wheezy):
82 77