aboutsummaryrefslogtreecommitdiff
path: root/doc/BUILD-win9x.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/BUILD-win9x.md')
-rw-r--r--doc/BUILD-win9x.md14
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