From e4c743c97314d546662519486b5b5c49e351d148 Mon Sep 17 00:00:00 2001 From: codeimp Date: Tue, 6 Jan 2009 10:28:32 +0000 Subject: [PATCH] added readme with information on compiling the source code --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..32f94d8f --- /dev/null +++ b/README.txt @@ -0,0 +1,7 @@ +Compiling the Doom Builder 2 source code +============================================= + +The Doom Builder 2 source code uses a tool (VersionFromSVN.exe) to generate the version number from the SVN revision number (due to restrictions with AssemblyInfo.cs we can't use SVN keywords). This tools requires that the Subversion command-line client is installed. (Building the Debug builds works, but leaves you with incorrectly modified AssemblyInfo.cs files) + +You can get the Subversion command-line client from http://subversion.tigris.org/getting.html#windows. I have tested with both CollabNet build and the SlikSVN build, both work well. +