From a1af0f7fcab2bc8e0a6f6ab3d5de26f72a178880 Mon Sep 17 00:00:00 2001 From: michaelstather <> Date: Mon, 3 Apr 2006 19:53:51 +0000 Subject: [PATCH] The new build system for d1x (readme changed) --- dxx-compile.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dxx-compile.txt b/dxx-compile.txt index 2a76cddc4..03d29d41c 100755 --- a/dxx-compile.txt +++ b/dxx-compile.txt @@ -1,7 +1,14 @@ This file describes how to compile D1X-Rebirth from source. +To compile you´ll need: + +-gcc +-mingw under windows +-you don´t need msys but it´s supported anyway (just change the appropriate line in config.mingw) +-sdl under linux (development version) + * edit the "config" file and specify the output directory and the platform you´re running -* edit the appropriate "config.lin" "config.mingw" or "config.other" file to chenge the options +* edit the appropriate "config.linux" "config.mingw" or "config.other" file to chenge the options * run "make" * the resulting file now will be copied in the directory you specified in "config" * place the file wherever you want to have it