diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-12-08 16:31:24 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-12-08 17:00:23 +0100 |
| commit | 4da7a3e44d2bbd7b21ae05c7b6604748e7227227 (patch) | |
| tree | cbb81eed24dd2bed75998e4f8ffb803dd479a6df /doc | |
| parent | de3532bd6b685c66015202a48d53e1b8fa4900f5 (diff) | |
| download | jancity-4da7a3e44d2bbd7b21ae05c7b6604748e7227227.tar.gz | |
wip2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BUILD-win9x.md | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/BUILD-win9x.md b/doc/BUILD-win9x.md index 3066b46..829003a 100644 --- a/doc/BUILD-win9x.md +++ b/doc/BUILD-win9x.md @@ -16,9 +16,8 @@ Since it is desirable to avoid messing with system-level libraries, when building for Win9x, `rts` will look for dependencies by inspecting the following environment variables: -- `SDL_PATH` +- `SDLDIR` - `SDL_TTF_PATH` -- `FREETYPE_PATH` - `SDL_MIXER_PATH` Also, the directory containing the GNU toolchain binaries (which @@ -73,17 +72,6 @@ cd mingwrt-3.15.2-mingw32/ && cp -r include/* ~/i386-mingw32/include/ [mingw-w32api-3.13](https://sourceforge.net/projects/mingw/files/OldFiles/w32api-3.13/w32api-3.13-mingw32-src.tar.gz) -## freetype (not required) -Only `freetype-2.4.8` is known to work so far. - -### Known issues -- Apparently, out of source builds are not possible. - -```sh -cd freetype-2.4.8-src/ && ./configure --prefix=$HOME/freetype-2.4.8 \ - --host=i386-mingw32 --enable-shared=no CC=i386-mingw32-gcc -``` - ## SDL `sdl-1.2.15` is the latest version supported version for the Win9x family of operating systems. In order to keep things easy, the script below |
