From 6ec73260931233d5592d11582aa873999163c705 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Tue, 8 Jul 2014 14:28:18 -0700 Subject: [PATCH] Added docs to compile from GitHub --- docs/compiling.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/compiling.txt diff --git a/docs/compiling.txt b/docs/compiling.txt new file mode 100644 index 00000000..5ea574f1 --- /dev/null +++ b/docs/compiling.txt @@ -0,0 +1,21 @@ +How To Compile/Build AppleWin +============================= + +0. Install git + +1. Clone the repository + + git clone https://github.com/AppleWin/AppleWin.git + +2. Download the Feb 2010 DirectX SDK + (It is the last version to have DirectDraw) + + http://www.microsoft.com/en-us/download/details.aspx?id=10084 + +3. Add ddraw.lib to the linker include path: + + AppleWin projec,, Rigth-Click Properties, Linker, General, Additional Libary Directories + + The default path is: + C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Lib\x86 +