Added docs to compile from GitHub
This commit is contained in:
parent
b036b03062
commit
6ec7326093
1 changed files with 21 additions and 0 deletions
21
docs/compiling.txt
Normal file
21
docs/compiling.txt
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue