Skip to content

Commit 44d77ec

Browse files
authored
Update README.md
1 parent e6807f6 commit 44d77ec

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@ You can get Aru's C++ Script Hook here:
3535
http://www.gtaforums.com/index.php?showtopic=390582
3636

3737

38+
**Requirements**
39+
40+
Required to compile the sourcecode are:
41+
42+
- Microsoft Visual Studio 2010 (newer versions will probably work too)
43+
- Microsoft DirectX SDK March 2008
44+
- Microsoft Windows SDK (maybe? am not entirely sure...)
45+
46+
IMPORTANT: After installing the DirectX SDK March 2008 you'll have to
47+
set up a system variable in windows named "DXSDK_2008-03" containing
48+
the full path to the installation folder of the SDK. This is to allow
49+
multiple versions of the SDK to be installed. Make sure to include a
50+
final backslash ( \ ) at the end of the path.
51+
52+
See the included ScriptHookDotNet.readme.txt on how to actually run
53+
the Script Hook with the game.
54+
55+
3856
**License**
3957

4058
The GTAIV .Net Script Hook sourcecode is published unter the MIT license.
@@ -54,21 +72,3 @@ as author of the original GTAIV .Net Script Hook.
5472

5573
See LICENSE-ScriptHook.txt for the license of the GTAIV C++ Script Hook,
5674
and LICENSE-SlimDX.txt for the license of the SlimDX sourcecode.
57-
58-
59-
**Requirements**
60-
61-
Required to compile the sourcecode are:
62-
63-
- Microsoft Visual Studio 2010 (newer versions will probably work too)
64-
- Microsoft DirectX SDK March 2008
65-
- Microsoft Windows SDK (maybe? am not entirely sure...)
66-
67-
IMPORTANT: After installing the DirectX SDK March 2008 you'll have to
68-
set up a system variable in windows named "DXSDK_2008-03" containing
69-
the full path to the installation folder of the SDK. This is to allow
70-
multiple versions of the SDK to be installed. Make sure to include a
71-
final backslash ( \ ) at the end of the path.
72-
73-
See the included ScriptHookDotNet.readme.txt on how to actually run
74-
the Script Hook with the game.

0 commit comments

Comments
 (0)